Hi,
i have a xml-string from a document via DXLExporter and want to remove all <attachmentref…>, tags and all content between these tags.
I´ve read, this is posible via NotesSAXParser?! Is this correct?
In this case, the input for NotesSAXParser is the xml-string and the output should be the changed/modified xml-string?!
How can i remove these tags and all content between this tags from this xml-string?
Thanks Rico.