diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 19:59:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 19:59:42 +0000 |
commit | ced14b54836f10507ea4066316345b4b2f8a56d7 (patch) | |
tree | 99c65195e9c11e1b4451312a78c76db573acf84d /textproc/Makefile | |
parent | 514053edd00806bc4c7fb78e64bfa6d31bd79602 (diff) | |
download | ports-ced14b54836f10507ea4066316345b4b2f8a56d7.tar.gz ports-ced14b54836f10507ea4066316345b4b2f8a56d7.zip |
PEAR::XML_Beautifier will add indentation and linebreaks to you XML files,
replace all entities, format your comments and makes your document easier to
read.
You can influence the way your document is beautified with several options.
PR: ports/79402
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=133072
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 abb8d0e5bad4..2e9969d0cdf9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -501,6 +501,7 @@ SUBDIR += pardiff SUBDIR += pdftohtml SUBDIR += pear-Spreadsheet_Excel_Writer + SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_HTMLSax SUBDIR += perl2html SUBDIR += php4-ctype |