Dear XSL-List,
I have been trying to output multiple documents using result-document
in xsl 2.0, but I keep getting the error "cannot write more than one
document to the same URI."
This is what I have written:
<xsl:result-document href="{concat(pb[(_at_)ref], '.xml')}">
<xsl:call-template name="header"/>
</xsl:result-document>
I thought maybe the concat function was the problem, but when I tried this
<xsl:result-document href="pb[(_at_)ref](_dot_)xml">
<xsl:call-template name="header"/>
</xsl:result-document>
I recieved the error "Invalid syntax for base URI."
Kind Regards,
Robert
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--