XML-LibXML - Find Attribute name

Posted on Fri Mar 2 01:42:01 2007 by zozo
Find Attribute name
Hi, I've been looking in the libxml for a way to get an attribute by it's name and all I found is the attributes() function in the Node class but it returns a list of Attribute objects that has no method to know what is the attribute name. is their a way to get an attribute by name or know what is the name of the attribute represented by the Attribute object? Thank you in advance.
Write a response