in reply to Child contains attribute
You can call the attributes method on a single node and it returns the list of all the attributes on that node which you can then investigate futher.
@attributelist = $node->attributes();as mentioned in the XML::LibXML::Node documentation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Child contains attribute
by Anonymous Monk on Aug 26, 2014 at 12:56 UTC | |
by Anonymous Monk on Aug 26, 2014 at 13:14 UTC |