Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python': 0.09; 'parsers': 0.09; 'subject:modules': 0.09; 'subject:xml': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'pyxml': 0.16; 'wrote:': 0.17; 'stefan': 0.17; '(not': 0.20; 'trying': 0.21; 'java': 0.21; '>>>': 0.22; 'parse': 0.22; 'cc:2**0': 0.23; '>': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'implemented': 0.27; '???': 0.27; "doesn't": 0.28; 'url:code': 0.29; 'maybe': 0.29; 'file': 0.32; 'another': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'subject:?': 0.35; 'received:209.85': 0.35; 'xml': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'from:no real name:2**0': 0.60; 'url:p': 0.63; 'email addr:gmail.com': 0.63; 'afraid': 0.66; '2.5.': 0.84; '8bit%:60': 0.84; '8bit%:61': 0.84; 'ships': 0.84 Newsgroups: comp.lang.python Date: Tue, 17 Jul 2012 20:12:14 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=203.81.17.32; posting-account=i5uL8QoAAADhd48szy6fylssl85WaITX References: <23891c90.0311240342.46419188@posting.google.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 203.81.17.32 MIME-Version: 1.0 Subject: Re: jython lacks working xml processing modules? From: gaodexiaozheng@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342581136 news.xs4all.nl 6945 [2001:888:2000:d::a6]:33587 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25556 =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.