xsl-list
[Top] [All Lists]

Re: Variables and command line params

2004-11-09 05:02:36
How about

<xsl:variable name="list2" select="doc('$filename')//supp"/>

Citando Kevin Bird <kevin(_dot_)bird(_at_)matrixdigitaldata(_dot_)co(_dot_)uk>:

Hi

I want to pass a second filename as a parameter from the command line.


The below variable declaration works in my stylesheet when the filename
is hardcoded.

<xsl:variable name="list2" select="doc('filename.xml')//supp"/>

But when I change to...

<xsl:variable name="list2" select="doc($filename)//supp"/>

...and add

              filename="filename.xml"

to the command line option, I get an error - $filename has not been
declared.

Can someone please point out what I am doing wrong.

Thanks.

--
Kevin

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--








Ganha Câmaras de Filmar, Televisões e outros fantásticos prémios Samsung com o 
SAPO!
Clica em http://dc.sapo.pt/sfc


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