So, I was looking for a way to read and parse XML files and had decided on just creating my own which proved to be a much bigger job than I had anticipated. That's when I came across the XML DOM Document Object. It really made my life easier. The XML DOM Document Object can be accessed by:
(se...