Re: [xsl] Re: refering to internal xml data

Subject: Re: [xsl] Re: refering to internal xml data
From: "Robert Van Gemert" <rcvangemert@xxxxxxxxxxxxxxxx>
Date: Sat, 22 Nov 2003 19:42:36 +1100
Once I start thing of the stylesheet as a xml document I get it,
document('') is the root and the rest follow..

thanks,

-RVG


----- Original Message ----- 
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, November 22, 2003 6:53 PM
Subject: [xsl] Re: refering to internal xml data


>
> "Robert Van Gemert" <rcvangemert@xxxxxxxxxxxxxxxx> wrote in message
> news:004101c3b08a$ece10090$51011f0a@xxxxxxxxxxxxx
> > 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
>


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


Current Thread