How come when I view an XML document in rcvdk the output is different from the text in original document?
Verity uses the third party XML document parser expat. When the parser comes to the end of an element tag (“/>” or “” in the example below), it tells flt_xml that it is at end of the element and doesn’t return the original document text. The flt_xml will generate an end of zone token (e.g. ). This returns a different document format in the return stream.