eXTReMe Tracker
ads by m-gate labs
Register
Downloads/Source Code/XML Writer
Image of XML Writer
Download Button
Name: XML Writer
Date Added: Apr 2, 2008
Downloads: 18
Added by: slashandburn
This is a simple class that will write XML files.

It uses a simple tree structure to handle information, Just make a root node and then start adding children or peers to it. It will not support text between two tags at this time, but you can add as many properties to it as your want.

Children are items under a node, Peers exist under the same parent.