Hi It is not a question of XSL, it's a question of an XML parser. Your XML parser resolves all entity references in you XML document. XSLT processor won't see any entity.
You should have entity declarations in your XML document (internal subset or DTD). czinkos On Mon, Jan 30, 2006 at 01:37:14PM +0100, Zidarics Zoltan wrote: > Hello All, > > I made a newser on my site. There are an xsp which is querying actual news > from a Postgresql server. > There are some acutes in news text, which is breaking the process. (á > ö etc.) > I tried to > <!ENTITY eacute "e"> > <!ENTITY aacute "a"> > in my xsl, but it doesn´t helps. > > how can I convert it in my xsl, or omit error? > > -- > thx, > ---------------------------------------------------- > Zoltan Zidarics programmer > PTE University Pecs, Hungary > icq: 43288694 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
