From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34098 Path: news.gmane.org!not-for-mail From: "Karsten Heymann" Newsgroups: gmane.comp.tex.context Subject: Re: Microsoft Word -> Context Date: Tue, 3 Apr 2007 10:40:13 +0200 Message-ID: References: <627014675.20070402204746@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175589640 5311 80.91.229.12 (3 Apr 2007 08:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Apr 2007 08:40:40 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 03 10:40:38 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HYeZB-0002Iw-Uv for gctc-ntg-context-518@m.gmane.org; Tue, 03 Apr 2007 10:40:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A2AF520217; Tue, 3 Apr 2007 10:40:36 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17254-06-4; Tue, 3 Apr 2007 10:40:27 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9C19E201AE; Tue, 3 Apr 2007 10:40:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B3A70201AE for ; Tue, 3 Apr 2007 10:40:23 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17254-06-3 for ; Tue, 3 Apr 2007 10:40:18 +0200 (CEST) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by ronja.ntg.nl (Postfix) with ESMTP id 5078820154 for ; Tue, 3 Apr 2007 10:40:18 +0200 (CEST) Original-Received: by wx-out-0506.google.com with SMTP id h29so1382788wxd for ; Tue, 03 Apr 2007 01:40:14 -0700 (PDT) Original-Received: by 10.114.157.1 with SMTP id f1mr2182006wae.1175589613881; Tue, 03 Apr 2007 01:40:13 -0700 (PDT) Original-Received: by 10.114.36.4 with HTTP; Tue, 3 Apr 2007 01:40:13 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:34098 Archived-At: Hi Luigi, 2007/4/3, luigi scarso : > [OT, sorry] >> I've implemented it in Python (using DOM and SAX, now that I know >> more, I would start with ElementTree from the beginning). > Did you found ElementTree better than standard modules or lxml? Definitely better than the standard modules. I did not use lxml so far, but as far as I could see, it implements the ElementTree interface too. Yours Karsten