30Jul/11Off
I've been using my XmlHelper at work and realised that I missed a few rather important methods
- NewDoc - Creates an empty XmlDocument object with an Xml Declaration assigned as version 1.0 encoding UTF-8
- AddRootNode - Create a root node on a given document
- AddComment - Create a new comment node in a given node
this has now been rectified.
CodePlex Pages - SubversionLink







July 30th, 2011 - 19:05
Funny, I have a class with the exact same name. I missed other things, though, mainly being able to validate XML files I load against an XML schema and getting any validation error back as plain exceptions
https://devel.nuclex.org/framework/browser/Nuclex.Support/trunk/Source/XmlHelper.cs
https://devel.nuclex.org/framework/browser/Nuclex.Support/trunk/Source/XmlHelper.Test.cs