|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: URGENT : Substitue value of xsl:variable into output !!!
You need brackets around the $inVar in an attribute of a literal result element, otherwise it is assumed to be a literal, not an expression.
<input name="{$inVar}" value="{Qty}" type="number"/> <br/>
You need to use the <xsl:value-of> instructions in text, otherwise it is just assumed to be free text.
ref="http://10.10.10.94:7001/servlet?mySvc=myApp&myP1=<xsl:value-of select="ItemID"/>&myP2=<xsl:value-of select="$inVar"/>"></go>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








