How to parse XML String and retrieve char index of elements?

MeLoDY

New Member
As in the title, I am currently dealing with the need to parse an XML formatted String while being able to store information about the character index of the start of an element tag and the end of an element tag within the original String. I've looked at SAX and DOM and I can't seem to find anything that would provide me that data. Any suggestions?Thanks.
 
Back
Top