Re: [xsl] passing in a variable to the DOCUMENT()

Subject: Re: [xsl] passing in a variable to the DOCUMENT()
From: "Todd Binder" <todd_binder@xxxxxxxxxxx>
Date: Fri, 11 Jan 2002 11:50:13 -0500
Jeni,

if I do a <xsl:value-of select="$xmlfile"> immediately prior to the document
call, I see the correct string printed on the screen.  There is no error
being thrown, rather the transformation simply stops. I wasnt sure if the
$xmlfile was being translated to it's value within a DOCUMENT() call?

- Todd

----- Original Message -----
From: "Jeni Tennison" <jeni@xxxxxxxxxxxxxxxx>
To: "Todd Binder" <todd_binder@xxxxxxxxxxx>
Cc: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, January 11, 2002 11:46 AM
Subject: Re: [xsl] passing in a variable to the DOCUMENT()


> Hi Todd,
>
> > I am trying to passing a variable into DOCUMENT() within XSL, and
> > having no success.
>
> The bit of XSLT that you've shown looks right. Are you getting an
> error when the transformation stops, and if so what is it? Are you
> sure that $xmlfile contains the correct string?
>
> Cheers,
>
> Jeni
>
> ---
> Jeni Tennison
> http://www.jenitennison.com/
>
>

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


Current Thread