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

"Richardson, Steven" <[email protected]> Wed, 2 Nov 2005 08:07:50 -0500
Newsgroups gmane.text.xml.xerces-p.devel
Message-ID <[email protected]>
Thanks Philip and Jason, $XML::Xerces::DOMNode::ELEMENT_NODE worked!

Other than the sample XML::Xerces Perl scripts and the Xerces C++ documentation, is there
any other documentation for XML::Xerces?

  Thanks, Steve

-----Original Message-----
From: Jason E. Stewart [mailto:[email protected]]
Sent: Tuesday, November 01, 2005 8:46 AM
To: [email protected]
Subject: Re: Correct way to reference ELEMENT_NODE in XML::Xerces?


"Garrett, Philip (MAN-Corporate)" <[email protected]> writes:

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

Hey,

In all Xerces-2.x branches the correct way is:

   $XML::Xerces::DOMNode::ELEMENT_NODE

Cheers,
jas.