This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: passing in a variable to the DOCUMENT()


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@jenitennison.com>
To: "Todd Binder" <todd_binder@hotmail.com>
Cc: <xsl-list@lists.mulberrytech.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]