One way to store information in a hierarchical way is in a XML file. XML provides a great way to store objects and their attributes in a plain-text file. Although plain text, XML isn't just some ...
For many IT Pros, XML is the de facto storage standard. XML itself is a complex topic so I'm not going to attempt to teach you XML. What I will do is try to demonstrate some ways you can work with XML ...
I've been trying to put a small script together to build out XML config files for a product at work. While you can edit the file by hand and file in all the blanks, its pretty big and error-prone. I ...