I have an input stream containing XML. 1 line dont want to use SAX or DOM to parse(Overkill). I tokenise the stuff and create a hashmap of the value pairs. But after processing the request I need to return the XML with a timestamp in a <TS></TS> field. Looking for something that would allow me to change the value for the tag
I use a loop from my hashmap now to rebuild the XML but pretty ugly. Just cant get anything to work.
TIA
dave