As more and more Web sites begin using XML for their content, it's increasingly important for Web developers to know how to parse XML data and convert it into different formats. That's where the Perl ...
Is there a "standard" algorithm for parsing a mark-up language? I have a <I>very</I> simple markup language that I am tring to parse for use in a project I am working on. The ML only has a few valid ...