[XML-SIG] [Bug #132683] DOMImplementation.hasFeature('Core', None) returns 0

noreply@sourceforge.net noreply@sourceforge.net
Fri, 16 Feb 2001 03:36:46 -0800


Bug #132683, was updated on 2001-Feb-16 03:36
Here is a current snapshot of the bug.

Project: Python/XML
Category: 4Suite
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: mjpieters
Assigned to : nobody
Summary: DOMImplementation.hasFeature('Core', None) returns 0

Details: The following is wrong:

> python 
Python 1.5.2 (#0, Dec 27 2000, 14:53:01)  [GCC 2.95.2 20000220 (Debian
GNU/Linux)] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> from xml.dom import implementation
>>> implementation.hasFeature('Core', None)
0
>>>

The spec says that any DOM implementation compliant with the DOM API should
at least implement the 'Core' feature set; PyXML certainly does, so the
call to hasFeature should succeed.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132683&group_id=6473