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: p-dev@xerces.apache.org
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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to