Entities with expat

Posert, Bob (BPosert@filenet.com)
Fri, 20 Nov 1998 15:22:37 -0800


I'm working with the unicode-wchar_t version of expat. It looks like expat
doesn't do the entity translation, such as turning:
<explain>5 is more than, or >, 3</explain>
into:
<explain>5 is more than, or &gt;, 3</explain>
though the sample program xmlwf does. Expat also doesn't interpret the
entities. Is there some sample code around that does this efficiently?

Thanks,
Bob