Let's assume we have the following XML document: <!DOCTYPE doc [ <!ELEMENT doc EMPTY> <!ATTLIST doc foo CDATA "bar"> ]> <doc xmlns="urn:my-scheme:my-namespace"/> If 'doc' holds my Document object, should I expect doc.documentElement.getAttributeNodeNS( "urn:my-scheme:my-namespace", "foo") to return an ATTRIBUTE_NODE referring to the foo attribute, or should it return null? Thanks! -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Digital CreationsReceived on Tuesday, 20 March 2001 15:41:03 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 3 May 2007 00:17:10 GMT