Designed to be a portable interface for manipulating document structures.


Using DOM, the application builds a tree structure of the XML document in memory. The different parts of the XML file are stored in nodes in the DOM document. It then walks back and forth through the nodes in tree.



<?xml version=”1.0”?
<resource
              <site
              <sitename>visualbuilder.com</sitename> 
              <emailaddress>webmaster@visualbuilder.com</emailaddress
              </site


              <site
              <sitename>activepace.com</sitename> 
              <emailaddress>info@activepace.com</emailaddress> 
              </site
</resource>

                    

Copyright © 2012 VisualBuilder. All rights reserved