[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How to use document() of doc() function with copy
Hi Colin,
I must have been blindfolded for some hours! I have resolved it for now. Inside the variable, I used <xsl:value-of select="doc(xxx)" />, which, of course, dumped out only the textual content. I replaced it with <xsl:copy-of select="doc(xxx)" /> and now it works. Thanks for quickly replying. The dot in the value-of construct is fixed, should be $input-file instead. Cheers, Abel Colin Adams wrote: Namespace of input xml document: this is equal to the current xslt document (just because saxon needs an input document. I don't actually use it)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|