[Home] [By Thread] [By Date] [Recent Entries]
You're constructing two nodes there: a document node whose base URI is that of the stylesheet, and a child element node whose base URI is $base-uri. And the one that you pass to the document() function is the document node. Adding as="element()" to the xsl:variable would fix it; alternatively, use resolve-uri() as Andrew suggests. Michael Kay Saxonica
|

Cart



