Hello I have a plain text file that has several "Name : Value" pairs that I want to parse out. Note this is not a XML or HTML file. Hoping that the startElement SAX event is fired whenever any "Name" element is encountered. Is there any ContentHandler that can do this? Currently with BodyContentHandler, I just get <body> All Name:Value pairs </body>. I am not sure it ElementMappingContentHandler can do the trick and how to use it? Any pointers please.
thanks RK
