[Expat-discuss] How to handle predefined entities?

YTian@cya.com YTian@cya.com
Thu Jun 6 07:12:04 2002


Hi, all,

How to handle prededined entities in Expat? (like >, <, & ...) I am using
Expat-1.95.2.

In my xml file, there is an element looks like:
      <eleOne>id &lt; 123</eleOne>
I expected to get "id < 123", but the result was "id ". Seems expat
couldn't go through the &*; .
So, which handler should I use? Do you have any experience about this?


Thank you.


Yuqian.