diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 19:21:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-11 19:21:47 +0000 |
commit | 1b481b766e7a0cf26ea68fdcbd0ad7e5bf5d04d9 (patch) | |
tree | ee14f84d67df580876d41d0611941216a22e0150 /textproc/Makefile | |
parent | 61d735c6f8299359fd955030c23b2200c23e2792 (diff) |
Read XML data into Lisp structures, and allow those same List structures
to be written out as XML.
PR: ports/78610
Submitted by: Dryice Liu <dryice@liu.com.cn>
Notes
Notes:
svn path=/head/; revision=130914
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 868649075085..0947cd66df72 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -689,6 +689,7 @@ SUBDIR += xls2xml SUBDIR += xml-i18n-tools SUBDIR += xml-lite.el + SUBDIR += xml-parse.el SUBDIR += xml2rfc SUBDIR += xml4j SUBDIR += xmlada |