See:
http://xml.apache.org/xalan-j/usagepatterns.html#outputprops You can create your mapping file of Unicode characters to entities and use that for your stylesheets. Dave Kelly Zeng <[EMAIL PROTECTED] To: [EMAIL PROTECTED] v> cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: numeric entities vs. character entities 05/09/2002 02:14 PM Please respond to xalan-dev Hi, I am using Xalan-Java version 2.3.1. It looks to me that the html output method outputs a character using a character entity reference if one is defined in HTML 4.0. Is there a way that i could ask Xalan to ouput numeric entities? Lots of our clients may use old browsers that don't understand character entities standarized in HTML 4.0. I would like to get ’, not &rsquo. Any help would be greatly appreciated!!! THANK YOU! :)Kelly
