Hi,
I tried adding the ';' after }, but the output contained an
*additional* semi-colon that I don't want. What can I do to get rid of the
extra semi-colon?
Hanaa Barakat
4D/831/8200/MKM ~~~ 905-413-4409
"When you were born you alone cried, and everybody else was happy.
So live that when you die, you alone are happy, and everybody else is
crying."
- Unknown
"Bernard D'Have" <[EMAIL PROTECTED]> on 09/11/2001 10:03:20 AM
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc:
Subject: RE: help writing special characters
you need ; after 125
<output:apply-templates select="root/{{$idName;}}" />
bernard
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 11 September, 2001 15:59
> To: [EMAIL PROTECTED]
> Subject: help writing special characters
>
>
> Hi there,
>
> does anyone know why doing the following
>
> would cause this exception:
> javax.xml.transform.TransformerConfigurationException: Illegal decimal
> character reference.
>
> What I was expecting was the following line to be output:
> <outout:apply-templates select="root/{$idName}"/>
>
> I also tried adding a semicolon after } and that didn't cause an
> exception but gave:
> <outout:apply-templates select="root/{$idName;}"/>
>
> I don't want to have the extra semicolon after idName. (is this a bug?)
>
> any help would be greatly appreciated, thanks.
>
> Hanaa Barakat
>
>