Subject: | getElementById method missing |
Seems there is no getElementById.
When I used XML::DOM::XPath to do an 'id("nodeID")/subnode', I got this
error: Can't locate object method "getElementById" via package
"XML::DOM::Document".
Forgive me if there is an equivalent somewhere, but there would still be
the bug with XML::DOM::XPath pointing to the wrong method. Anyway, my
work-around was using '//node[@id="nodeID"]/subnode'.