Does anyone have examples using SAX that will enable me to extract the values myType and myContent from the TYPE and CONTENT tags using the XML example below. The XML could be held in a file, string or DOM:
<MESSAGE>
<TYPE>myType</TYPE>
<CONTENT>myContent</CONTENT>
</MESSAGE>
<MESSAGE>
<TYPE>myType</TYPE>
<CONTENT>myContent</CONTENT>
</MESSAGE>