I have web page content in the form of docbook xml files that are being transformed to xhtml via a stylesheet using xdmp:xslt-eval(). The docbook content uses an xinclude to incorporate a common module that provides a sidebar element for the page. Running this content through an xslt transformer in Oxygen produces the expected xhtml output without fail. But in MarkLogic, the xinclude does not import the external module during the transform operation.
As a workaround, I'm now invoking xinc:node-expand() on the document before passing it to xdmp:xslt-eval(). Shouldn't I be able to expect the transformer in Marklogic to handle xincludes for me? -- Paul
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
