in reply to Re^3: Add New Attribute to XML
in thread Add New Attribute to XML

Can you suggest me some basic tutorial about XML::LibXML!!! Cheers!

Replies are listed 'Best First'.
Re^5: Add New Attribute to XML
by Corion (Patriarch) on Jun 22, 2009 at 08:33 UTC

    I'm under the impression that XML::LibXML mostly follows the W3C DOM API, so I assume that most of the documentation for the W3C DOM API applies to XML::LibXML. I'm not aware of any tutorials geared towards XML::LibXML specifically. The XML module that has the best documentation is XML::Twig.