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

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.