XML document unit (element, entity, attribute, text, comment, notation, even document or it's fragment).
2
votes
1answer
9k views
Load an XmlNodeList into an XmlDocument without looping?
I originally asked this question on RefactorMyCode, but got no responses there...
Basically I'm just try to load an XmlNodeList into an XmlDocument and I was wondering if there's a more efficient ...