Forum Discussion

kkdavid's avatar
kkdavid
Occasional Contributor
15 years ago

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> ...