RE: [xsl] “ Entity reference problem

Subject: RE: [xsl] “ Entity reference problem
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Fri, 17 Oct 2003 18:22:15 +0200
> -----Original Message-----
> From: Abhijit Junnare
>
> ... When I run the transformation I get an
> error saying entity &ldquo; was referenced but not

Abhi,

Two possible solutions:

- use the corresponding Unicode codepoint value ( e.g. &#x22; ) everywhere
instead of &ldquo;
- define an entity &ldquo; in an external DTD that maps to this value

Greetz,

Andreas


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread