Issue876821

classification
Title: Update of xml.dom.javadom to support JAXP.
Type: rfe Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: amak Nosy List: amak, fwierzbicki, pedronis, pjenvey
Priority: low Keywords: patch

Created on 2004-01-14.13:34:03 by amak, last changed 2013-02-25.23:47:13 by amak.

Files
File name Uploaded Description Edit Remove
javadom_jaxp_patch.txt amak, 2004-01-14.13:34:04 Context diff file which provides JAXP support to xml.dom.javadom
Messages
msg2342 (view) Author: Alan Kennedy (amak) Date: 2004-01-14.13:34:03
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.

msg2343 (view) Author: Samuele Pedroni (pedronis) Date: 2005-01-09.20:03:46
Logged In: YES 
user_id=61408

this needs to be submitted also to py-xml project.
We should also look into what exactly integrate from there.
At a minimum the same stuff that 2.1 did, for backward
compatibility and look into running the relevant part of
their tests in our dev process too.
msg3827 (view) Author: Philip Jenvey (pjenvey) Date: 2008-11-23.04:43:45
Alan, does this still need attention? It's pretty ancient now =]
msg3850 (view) Author: Alan Kennedy (amak) Date: 2008-11-26.12:32:40
Not quite sure what to do with this one now.

The patch is really for the pyxml project.

But pyxml was pretty defunct as a project when I created the patch; more
so now 4 years later, as explicitly mentioned by Martin von Loewis in
this message to the pyxml mailing list.

http://mail.python.org/pipermail/xml-sig/2008-August/011997.html

It might be nice to leave the patch available for users so that they can
apply it themselves.

I might send a message to the pyxml list, but I'm doubtful any action
would follow.
msg7776 (view) Author: Alan Kennedy (amak) Date: 2013-02-25.23:47:13
No point in keeping this issue open: The pyxml project has long since passed away.

Resolving.
History
Date User Action Args
2013-02-25 23:47:13amaksetstatus: open -> closed
resolution: out of date
messages: + msg7776
2009-03-12 08:02:55zyasoftsetpriority: normal -> low
type: rfe
2008-12-15 19:07:55fwierzbickisetcomponents: + Library, - None
2008-11-26 12:32:45amaksetmessages: + msg3850
2008-11-23 04:43:45pjenveysetassignee: amak
messages: + msg3827
nosy: + pjenvey
2008-11-01 18:50:19fwierzbickisetnosy: + fwierzbicki
2004-01-14 13:34:03amakcreate