RE: Correct way to reference ELEMENT_NODE in XML::Xerces?
"Garrett, Philip (MAN-Corporate)" <[email protected]> Wed, 2 Nov 2005 09:43:30 -0500
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
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]