xsl-list
[Top] [All Lists]

Re: refering to internal xml data

2003-11-22 00:53:51

"Robert Van Gemert" <rcvangemert(_at_)optushome(_dot_)com(_dot_)au> wrote in 
message
news:004101c3b08a$ece10090$51011f0a(_at_)CO3050560A(_dot_)(_dot_)(_dot_)
Thanks David,

I presume  document('') refers to a null document i'll look more into this
syntax..

   document('')

selects the root of the current xsl:stylesheet document. E.g:

   document('')/*

selects the xsl:stylesheet element.

   document('')/*/xsl:variable

selects all global xsl:variable (-s),

   document('')/*/xsl:template

selects all  xsl:template (-s),

etc.



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>