diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-03 08:06:45 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-03 08:06:45 +0000 |
commit | e0f6da3e822b74dd5d9b55f687f48b7d44b7a432 (patch) | |
tree | 96840026649169b520f4df6b6cb2c1addfe79e6f /textproc/Makefile | |
parent | de50dfa1eec7a51dd76429dfbd49097f95841615 (diff) |
XML::Entities provides a mapping from the standard XML entities
to their Unicode characters. A function for decoding is provided.
The mapping can be generated from a DTD file with entity definitions.
WWW: http://search.cpan.org/dist/XML-Entities/
Notes
Notes:
svn path=/head/; revision=263966
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 071be1f87047..9b72bbf7f3ba 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -808,6 +808,7 @@ SUBDIR += p5-XML-Dumper SUBDIR += p5-XML-Elemental SUBDIR += p5-XML-Encoding + SUBDIR += p5-XML-Entities SUBDIR += p5-XML-FOAF SUBDIR += p5-XML-Feed SUBDIR += p5-XML-Feed-Deduper |