in reply to xml parsing without using cpan modules
XML can be parsed by writing an XML parser, of course. You'll need to read and understand the XML W3C Recommendation. As you'll probably find out quite soon, implementing this is not an easy task. That is why people like to use the well-tested and trusted modules that have done all this hard work already. Nothing is stopping you from re-inventing this rather large wheel, though.
|
|---|