patrickcbrown
June 7th, 2006, 03:23 PM
Hello
Does anyone know of any Design Patterns or helper classes that have been written to simplify the task of programatically creating and updating XmlDocuments?
It is easy enough to use XmlDocument and other related classes to do this, the problem is that you end up writing and rewriting many functions with very specific knowledge on how to iterate through the document to find the location to do your inserts etc. I am rather new to writing the documents though so there may well be a better way.
Thanks for your time and ideas
Patrick
Does anyone know of any Design Patterns or helper classes that have been written to simplify the task of programatically creating and updating XmlDocuments?
It is easy enough to use XmlDocument and other related classes to do this, the problem is that you end up writing and rewriting many functions with very specific knowledge on how to iterate through the document to find the location to do your inserts etc. I am rather new to writing the documents though so there may well be a better way.
Thanks for your time and ideas
Patrick