/Jochen Wiedmann/:
I am using Xalan with the output method "html". The generated HTML
contains the entity reference
€
Unfortunately, I have a legacy application, which doesn't support this
entity. Numeric entity references would be fine, though. Is it possible,
to tell Xalan, that it should emit only numeric character references?
You probably need to configure the "xalan:entities" output property
to point to your custom entities configuration file,
<http://xml.apache.org/xalan-j/usagepatterns.html#outputprops>
(little down below).
--
Stanimir