Elliotte Harold <> writes:
> Has anyone gotten the DocBook XSL stylesheets to work with Docbook 5
> documents?
Yes
> Perhaps exsl:node-set isn't available in Xalan 2.7? Yep. That seems to
> be it:
>
> [xslt] opt/xml/docbook-xsl/xhtml/docbook.xsl:318:19: Warning!
> Node-set available: false
>
> However the Xalan documentation claims this is supported. Any ideas?
Apparently there's a bug in Xalan -
http://lists.oasis-open.org/archives/docbook-apps/200603/msg00136.html
It recognizes "exsl:nodeSet" but not the correct exsl:node-set.
--Mike