/Stanimir Stamenkov/:
/Ed Manners/:
-----Original Message-----
From: Stanimir Stamenkov [mailto:[EMAIL PROTECTED]
Sent: 19 October 2005 14:58
To: [email protected]
Subject: Re: Support for Numeric entities refs in HTML output
http://xml.apache.org/xalan-j/usagepatterns.html#outputprops
(look for 'xalan:entities' little down below)
I have checked under both links for some clue, but nothing like this
property (for turning on numeric entity references for HTML output)
has come up.
Try setting that property to 'null' or empty 'java.util.Properties' object.
Ah, no. You could set it with empty string, more probably:
Transformer.setOutputProperty(
"{http://xml.apache.org/xalan}entities", "");
Or you could get the current output properties of a Transformer,
remove the property and set the Transformer output properties again.
--
Stanimir