Not that I'm aware of. I generally either look at the sample scripts or at the source for Xerces.pm when I run into trouble.
-----Original Message----- From: Richardson, Steven [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 8:08 AM To: [email protected] Subject: RE: Correct way to reference ELEMENT_NODE in XML::Xerces? 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
