help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XML parsing advice


From: Eric Abrahamsen
Subject: Re: XML parsing advice
Date: Tue, 29 Jan 2013 10:40:25 +0800
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> I need to go the whole round trip: parsing a file, editing nodes and
>> attributes, and then saving the tree back to an XML file.
>
> Recent Emacsen can be compiled with libxml2.  Currently this only
> provides access to the parser (see libxml-parse-xml-region and
> libxml-parse-html-region), but we could extend it to provide access to
> other parts of the libxml2 API.

Sounds good to me! Seems like it would make more sense to use the C
libraries than re-implement xpath in elisp...

Should I open a "bug report" and make a feature request?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]