Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25556

Re: jython lacks working xml processing modules?

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 <gaodexiaozheng@gmail.com>
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; '&gt;&gt;&gt;': 0.22; 'parse': 0.22; 'cc:2**0': 0.23; '&gt;': 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 <mailman.2209.1342519373.4697.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=203.81.17.32; posting-account=i5uL8QoAAADhd48szy6fylssl85WaITX
References <ba1e306f.0311201805.9df1d9@posting.google.com> <23891c90.0311240342.46419188@posting.google.com> <dbb0ce68-8984-4d18-9fe7-2ad1a77f7e31@googlegroups.com> <ju3bqj$rkf$1@ns.felk.cvut.cz> <mailman.2209.1342519373.4697.python-list@python.org>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Message-ID <mailman.2262.1342581136.4697.python-list@python.org> (permalink)
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

Show key headers only | View raw


在 2012年7月17日星期二UTC+8下午6时02分31秒,Stefan Behnel写道:
> Matej Cepl, 17.07.2012 11:39:
> &gt; On 17/07/12 10:35, gaodexiaozheng@gmail.com wrote:
> &gt;&gt;&gt; &amp;gt; I&amp;#39;m trying to parse an xml file with jython (not through java
> &gt;&gt;&gt; parsers
> &gt;&gt;&gt; &amp;gt; like xerces).
> &gt; 
> &gt; https://code.google.com/p/jython-elementtree/ ???
> 
> Note that this ships with Jython 2.5.
> 
> Stefan

Got that,thanks!
However,there is one project implemented by Python used PyXML and now my Jython project has to depend on it ,so I am afraid that if Jython doesn't support PyXML,then my jython project can not depend on the original Python project ,then my jython project maybe can not move on unless I find another project to take place of the original Python project. 

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: jython lacks working xml processing modules? gaodexiaozheng@gmail.com - 2012-07-17 01:35 -0700
  Re: jython lacks working xml processing modules? Stefan Behnel <stefan_ml@behnel.de> - 2012-07-17 11:31 +0200
  Re: jython lacks working xml processing modules? Matej Cepl <mcepl@redhat.com> - 2012-07-17 11:39 +0200
    Re: jython lacks working xml processing modules? Stefan Behnel <stefan_ml@behnel.de> - 2012-07-17 12:02 +0200
      Re: jython lacks working xml processing modules? gaodexiaozheng@gmail.com - 2012-07-17 20:12 -0700
      Re: jython lacks working xml processing modules? gaodexiaozheng@gmail.com - 2012-07-17 20:12 -0700
        Re: jython lacks working xml processing modules? Matej Cepl <mcepl@redhat.com> - 2012-07-18 10:09 +0200

csiph-web