Re: Correct way to reference ELEMENT_NODE in XML::Xerces?
[email protected] (Jason E. Stewart) Tue, 01 Nov 2005 19:16:20 +0530
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
"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.