RE: [xsl] Parameters with Xalan 1.2 or 2.0

Subject: RE: [xsl] Parameters with Xalan 1.2 or 2.0
From: Anthony Ikeda <anthony.ikeda@xxxxxxxxxxxxxxxx>
Date: Wed, 31 Jan 2001 10:21:12 +1100
The curly braces are used only in normal tags when you want to get the
value:
<input type="text" value="{$param1}"/>

Cheers,
Anthony Ikeda,
Web Application Developer,
Proxima Technology,

Level 13,
181 Miller Street,
North Sydney
Australia


PH: +612-9458-1718
Mob: 041 624 5143


> -----Original Message-----
> From: Michael Kay [mailto:mhkay@xxxxxxxxxxxx]
> Sent: Wednesday, 31 January 2001 8:07 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: [xsl] Parameters with Xalan 1.2 or 2.0
> 
> 
> > But
> >  xsl:value-of select="{$param1}" /
> > makes an error: wrong character.....
> 
> The select attribute is an XPath expression, and XPath 
> expressions never use
> (or require) curly braces.
> 
> Mike Kay
> 
> 
>  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