Posted By:
Cheng_Fang
Posted On:
Wednesday, March 24, 2004 03:12 PM
I need to get all the content (including all subelements) of an element exactly as they appear in xml file, using SAX. The subelements are not CDATA. For example:
premium user
a
b
What I need is everything between
and
. I could reassemble this info from processing all the subelements but that would not give the exact content (e.g., single quote vs double quote, space, etc). Appreciate your help.