|
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.
|