I've done some XML serialization before but i used Attributes, I'm not sure this is doable for my next assignment, here's a brief list of XML manip requirementes.
- General Purpose XMl manipulation, tied to a treeview, no schema.
- Load/Save XML.
- Load/Save Attributes as well as Values (i believe the term is Element Text?), and be mindful of the Node's name.
- Comments can be safely ignored as can Document info markup (ie, the UTF-8 and schema tags)
Any suggestions on how best to handle this?