i have the string, it contains xml nodes, returned from the PHP file. It's like
<a>1</a><b>0</b><c>4</c>..............
Now i need to find out what value each node have i.e a, b, c...... while loading this string to xmlDocument i'm getting error like "There are multiple root elements".
any solution for this