Re: Looking for source preservation features in XML libs

2004-12-28 Thread Fredrik Lundh
Grzegorz Adam Hankiewicz wrote: > I'm looking for two specific features in XML libraries. One is two be > able to tell which source file line a tag starts and ends. Say, tag > is located on line 34 column 7, and the matching three > lines later on column 56. > > Another feature is to be able to

Re: Looking for source preservation features in XML libs

2004-12-28 Thread and-google
Grzegorz Adam Hankiewicz <[EMAIL PROTECTED]> wrote: > I have looked at xml.minidom, elementtree and gnosis and haven't > found any such features. Are there libs providing these? pxdom (http://www.doxdesk.com/software/py/pxdom.html) has some of this, but I think it's still way off what you're envi

Looking for source preservation features in XML libs

2004-12-28 Thread Grzegorz Adam Hankiewicz
Hi. I'm looking for two specific features in XML libraries. One is two be able to tell which source file line a tag starts and ends. Say, tag is located on line 34 column 7, and the matching three lines later on column 56. Another feature is to be able to save the processed XML code in a way th