mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
1b481b766e
to be written out as XML. PR: ports/78610 Submitted by: Dryice Liu <dryice@liu.com.cn>
9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
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
|