C# Developers' Journal (original) (raw)
5:05p
Working with pieces of XML. I need to create pieces of NodeTrees, so I can attach them to each other later, and stick a root node on top to make it into a complete xml document. Which classes can I use to create/store the pieces of NodeTrees, before I built a full document out of them?