VTD-XML: Difference between revisions

Content deleted Content added
Fix spelling typo.
definition was wrong
Line 62:
Because of the inherent persistence of VTD-XML, developers can choose to write the internal representation of a parsed XML document on disk, and later load it back in memory to avoid repetitive parsing. To this end, XimpleWare has introduced [[VTD+XML]] as a binary packaging format combining VTD, LC and the XML text. It can typically be viewed in one of the two following ways:
 
*A native XML index that completely eliminates the parsing cost and also retains 100% benefits of XML. It is a file format that is human readable and backward compatible with XML.
 
*A [[binary XML]] format that uses binary data to enhance the processing of the XML text. It is a file format that is human readable and backward compatible with XML.
 
===XML Content Modifier ===