mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
8 lines
285 B
Text
8 lines
285 B
Text
The approach taken by xml-parse.el is to read XML data into Lisp
|
|
structures, and allow those same Lisp structures to be written out as
|
|
XML. It should facilitate the manipulation and use of XML by Elisp
|
|
programs.
|
|
|
|
|
|
Author: John Wiegley
|
|
WWW: http://www.newartisans.com/johnw/emacs.html
|