Expat's XML_SetCharacterDataHandler

V Kalyana Chakravarthy vkalyan at wipsys.stph.net
Mon Jun 28 17:00:47 BST 1999


Hi 

I have started using expat parser very recently and I have XML file which
looks like this

<!DOCTYPE flights [
<!ELEMENT flights (itinerary)+>
<!ELEMENT itinerary (a, b, c)>
<!ELEMENT a (#PCDATA)>
<!ELEMENT b (#PCDATA)>
<!ELEMENT c (#PCDATA)>
]>
<flights>
<itinerary>
<a>A data 0</a>
<b>B data 0</b>
<c>C data 0</c>
</itinerary>
<itinerary>
<a>A data 1</a>
<b>B data 1</b>
<c>C data 1</c>
</itinerary>
</flights>

I have set a character data handler to trap the char data between the start
and end tags, but the callback is called for every subsequent call to start
handler. I want to handle only on the occurance of genuine char data
between the start and end tags. Can someone suggest a solution for my
requirement.

regards,
Kalyan


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list