Subject: Re: [xsl] How to use document() of doc() function with copy idiom, or how to acc From: Abel Braaksma Online <abel.online@xxxxxxxxx> Date: Tue, 25 Jul 2006 16:36:02 +0200 |
Cheers, Abel
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)
Saxon (8 - which you appear to be using) doesn't need an intput document. You can supply the name of an initial template instead.
<!-- load the documents -->
<xsl:variable name="documents">
<doc>
<input-filename><xsl:value-of select="." /></input-filename>
What do you expect to get from that xsl:value-of?
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] How to use document() of , Colin Adams | Thread | Re: [xsl] How to use document() of , David Carlisle |
RE: [xsl] How to use document() of , Michael Kay | Date | Re: [xsl] How to use document() of , Abel Braaksma Online |
Month |