[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] passing parameters with IE


Subject: RE: [xsl] passing parameters with IE
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Fri, 29 Jun 2001 15:30:26 +0100

In a word. No

Ciao Chris

XML/XSL Portal 
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Ivan Nicolas
>San Martin Calera
>Sent: 29 June 2001 15:14
>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>Subject: [xsl] passing parameters with IE
>
>
>Hi,
>
>    I have one doubt, I want pass parameters to xslt (I know do that
>with command line processor) but the transformation is directly done
>with IE.
>
>    For example, I have this stylesheet (exampleXSL.xsl):
>
>     <xsl:param name="num">1</xsl:param>
>
>     <xsl:template match="/">
>          parameter value: <xsl:value-of select="$num"/>
>     </xsl:template>
>
>    the XML file (exampleXML.xml):
>
>    <?xml-stylesheet type="text/xsl" href="exampleXSL.xsl"?>
>    <doc>
>         <p>one</p>
>         <p>two</p>
>         <p>3</p>
>         <p>4</p>
>    </doc>
>
>    and I want pass values for "num" from URL like
>"exampleXML.xml?num=3" using IE. Is this possible?
>
>    Thanks!!
>
>
> 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
Keywords