Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!transit3.readnews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: gaodexiaozheng@gmail.com Newsgroups: comp.lang.python Subject: Re: jython lacks working xml processing modules? Date: Tue, 17 Jul 2012 20:12:14 -0700 (PDT) Organization: http://groups.google.com Lines: 22 Message-ID: References: <23891c90.0311240342.46419188@posting.google.com> NNTP-Posting-Host: 203.81.17.32 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1342581134 23286 127.0.0.1 (18 Jul 2012 03:12:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 18 Jul 2012 03:12:14 +0000 (UTC) Cc: python-list@python.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=203.81.17.32; posting-account=i5uL8QoAAADhd48szy6fylssl85WaITX User-Agent: G2/1.0 Xref: csiph.com comp.lang.python:25555 =E5=9C=A8 2012=E5=B9=B47=E6=9C=8817=E6=97=A5=E6=98=9F=E6=9C=9F=E4=BA=8CUTC+= 8=E4=B8=8B=E5=8D=886=E6=97=B602=E5=88=8631=E7=A7=92=EF=BC=8CStefan Behnel= =E5=86=99=E9=81=93=EF=BC=9A > Matej Cepl, 17.07.2012 11:39: > > On 17/07/12 10:35, gaodexiaozheng@gmail.com wrote: > >>> &gt; I&#39;m trying to parse an xml file with jython= (not through java > >>> parsers > >>> &gt; like xerces). > >=20 > > https://code.google.com/p/jython-elementtree/ ??? >=20 > Note that this ships with Jython 2.5. >=20 > Stefan Got that,thanks! However,there is one project implemented by Python used PyXML and now my Jy= thon project has to depend on it ,so I am afraid that if Jython doesn't sup= port PyXML,then my jython project can not depend on the original Python pro= ject ,then my jython project maybe can not move on unless I find another pr= oject to take place of the original Python project.