Message2342

Author amak
Recipients
Date 2004-01-14.13:34:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Jython has a module, Lib/xml/dom/javadom.py, which 
provides a cpython compatible interface to many 
standard java DOM implementations.

The JAXP (Java API for XML Processing) package 
provides standardised interfaces for accessing SAX and 
DOM based XML parsers.

This patch updates xml.dom.javadom so that it supports 
JAXP.

The code in this patch should be fully threadsafe.

History
Date User Action Args
2008-02-20 17:18:23adminlinkissue876821 messages
2008-02-20 17:18:23admincreate