Currently XALAN
outputs character entity references when the output type is HTML. This is
particularily relevent when you are outputing extended characters (umlauts,
accents, etc). Is it possible to configure it to output numeric entity
references instead (through some property setting)? A proprietary html
client I working with doesn't support character entites.
I would expect some
setting like xalan:entity_ref_type=numeric.
