You'll be happy to hear that XSLT also allows escaping the curly braces by doubling
them. It might be nicer to write
<cvs cvsroot="${{cvs.root}}" ...
This is covered in 7.6.2 Attribute Value Templates (http://www.w3.org/TR/xslt)
Cheers!
Scott Ellsworth wrote:
> On Wednesday, January 30, 2002, at 07:07 PM, Bevan Arps wrote:
>
> > <cvs cvsroot="{'${cvs.root}'}" ...
> >
> > Ie the cvsroot attribute is to contain the results of evaluating the
> > expression '${cvs.root}', which is simply a string constant.
> >
> > Hope this helps,
>
> It did indeed!
>
> Thanks much,
>
> Scott
>
> ps - for the search engine: escaping variable in style sheet
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>