You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by th...@ascentialsoftware.com on 2002/06/17 20:00:32 UTC

encoding a string to make it XML safe

Is there any classes in Xalan/Xerces to encode a string to make it XML safe:
replacing the XML reserved characters such as &, <, >, ... by their
corresponding entities (&amp;, &gt;, ...) or ASCII code (&#xXX;)?

Thanks.

Thomas