In the InformIT XML Reference Guide: DOM and Perl
Perl was originally designed as a lnaguage for sorting through text, so it's not surprising that it is a good fit for XML. In fact, there are multiple ways to handle XML using Perl, so in this section we're going to look at manipulating DOM "objects" using the Perl XML::DOM module, available on CPAN. ...Technorati tags: XML | DOM | Document Object Model | Perl |
Comments