Skip Menu |

This queue is for tickets about the XML-DOM CPAN distribution.

Report information
The Basics
Id: 30716
Status: new
Priority: 0/
Queue: XML-DOM

People
Owner: Nobody in particular
Requestors: damien [...] e-channel.com.au
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.44
Fixed in: (no value)



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