Posts tagged 'xml'

Reading an XML file

Recently, I was working on a Windows service where I had to create a custom XML configuration file and read it. So, I figured I'd share how I did it. XML configuration file: <? xml version = " 1.0 " ?> < Parent > < Child > < Node1 > Blah1 </ Node1 > < Node2...

Continue reading "Reading an XML file"