RE: Correct way to reference ELEMENT_NODE in XML::Xerces?

"Garrett, Philip (MAN-Corporate)" <[email protected]> Mon, 31 Oct 2005 10:08:59 -0500
Newsgroups gmane.text.xml.xerces-p.devel
Message-ID <[email protected]>
> From: Richardson, Steven [mailto:[email protected]] 
> Sent: Monday, October 31, 2005 9:57 AM
> To: [email protected]
> Subject: Correct way to reference ELEMENT_NODE in XML::Xerces?
>     
> Hi:
>  
> I can't figure out how to correctly reference the ELEMENT_NODE field
> in my Perl script which uses XML::Xerces.

In my Xerces version (1.7.0-1), it's
    $XML::Xerces::DOM_Node::ELEMENT_NODE

Hth,
Philip