Description: This paper designs a DOM liked tree data structure for developing a minimal DOM based eXtended Marked Language(XML) coding
and encoding module. When parsing XML text, based on expat, it puts the parsed content into the tree. When encoding, it constructs a DOM tree,
then use non-recursion depth-first method to access the tree and serialize it into XML text. This module also solves the key problem of international
language, and forms an universal, highly effective and industrial-level-reached basic module for XML application.
To Search:
- [zidianshu] - Dictionary tree (Trie) is a string to se
File list (Check if you may need any files):
XMLparserforc.pdf