kkdavid
15 years agoOccasional Contributor
Parsing XML without a root node
I have a xml file that has no root node, it looks like this <?xml version="1.0" encoding="utf-8"?> <process> <type>2</type> <idle_time>10</idle_time> </process> <input> ...