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
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
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