in reply to Re^3: Kindly suggest a good starting point for XML Parsing.
in thread Kindly suggest a good starting point for XML Parsing.

I got it. From this point of view, you are right. You did not mention
<foo> <name>Robert</name> <name>Bobby</name> </foo>
But you can view it inside out: data types suck, because they cannot easilly represent XML :-)

Replies are listed 'Best First'.
Re^5: Kindly suggest a good starting point for XML Parsing.
by pileofrogs (Priest) on Jan 04, 2012 at 00:12 UTC

    ++

    Good point! Very Zen.