about
12/03/2022
XmlDocument Repo
XmlDocument Repository
Contains XmlDocument and XmlElement hierarchy classes
Quick Status
1.0 Concept
2.0 Design
- DocElement - designed to hold prologue, XML root, and epilogue components.
- TaggedElement - holds tag, attributes, and child elements.
- TextElement - holds only text, no markup.
- CommentElement - holds comment markup and text.
- ProcInstrElement - holds markup, attributes, but no children.
- XmlDeclarelement - holds XML declaration.
3.0 Build
XmlDocument code was built with Visual Studio Community Edition - 2019 and tested on
Windows 10.