Re: [xsl] Entities

Subject: Re: [xsl] Entities
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 06 Feb 2012 11:07:47 +0000
On 06/02/2012 10:56, Szabo, Patrick (LNG-VIE) wrote:
> Hi,
>
> How can I declare that I do not wan't entities to be resolved ?
> I've tried different output methods but that didn't work.
> The entities are in hex-format.
>

In XML terminology numeric character references are not entity references, and XML tools typically provide no way not to resolve them to their characters. The whole point is that the author should be free to use either form and get the same outcome.

If you chose an output encoding that does not include the characters (say US-ASCII) then the system will encode the non ascii characters using numeric references on output.

David



--
google plus: https:/profiles.google.com/d.p.carlisle

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


Current Thread