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]

RE: Parameters with Xalan 1.2 or 2.0


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@iclway.co.uk]
> Sent: Wednesday, 31 January 2001 8:07 AM
> To: xsl-list@lists.mulberrytech.com
> 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


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