As I recall, the Xerces serializer is using double-quotes to quote attribute values, and thus would need to escape double-quotes within attributes. If it's using the same routine to output text in element content, you'll get the same escaping. The question becomes one of whether one can find a way to distinguish these two cases without inefficiencies in code size or execution speed.
______________________________________ Joe Kesselman / IBM Research --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
