"Drulea, Sherban" <[EMAIL PROTECTED]> writes: > I'm finding the Xerces XML documentation a bit sparse. I want to create > a handler for three different XML tags: <a>, <b>, and <c>. Can some one > please provide me some simple sample code to demonstrate how write > Xerces DOM XML tag handlers and use multiple handlers while reading in > an XML file?
This sounds a bit confusing. There are no 'handlers' in DOM you have to write code to traverse the DOM tree and look for what you want. If you are using SAX, or SAX2 then you write handlers. Please look at the examples in samples/ and in t/ and if it is still not clear, please write again. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
