Hi Everyone,
This is a library that simplifies working with XML files and XML Trees. It wraps the DotNet library's to provide a simpler way to work with XML. It has been kicking around the web on CgTalk and Tech Artists forum for quote a while so I thought I would post here.
It is implemented as to structs XMLDocument for working with XML files and XMLNode which represents a node in XML. It is very easy to use.
In the script at the bottom there is a complete example script documenting how to use it etc.
If you have any feedback or suggestions please let me know.
Cheers,