>I also tried adding a semicolon after }
Mandatory. Leaving that out is why the decimal character reference was
illegal. See the XML spec.
> gave: <outout:apply-templates select="root/{$idName;}"/>
What you wrote, after correction, was
<outout:apply-templates select="root/{{$idName;}}" />
Note that you put a semicolon after idName. Remove that.
- help writing special characters hbarakat
- RE: help writing special characters Bernard D'Have
- RE: help writing special characters hbarakat
- Re: help writing special characters David_Marston
- Mailto links in XML Gordon Stewart
- Re: help writing special characters hbarakat
- Joseph_Kesselman
