|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Pattern "node()" and document nodes
Dimitre Novatchev wrote:
> No, because, there is no way to issue
<xsl:apply-templates/>
> that would process a document node
Well, without
@select that's true, but:
<xsl:variable name="doc">
<root/>
</xsl:variable>
<xsl:apply-templates select="$doc"/>
Anyway,
xsl:apply-templates is not the only way to apply rules
to a node. Most of my
transforms actually apply rules to a
document node: the transform itself, with
an source document, is
defined as the result of applying the rule to the
document node
for this source ;-)
Regards,
--
Florent Georges
http://www.fgeorges.org/
|
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
|

Cart








