diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-17 21:00:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-17 21:00:40 +0000 |
commit | 6a0c3b2802303c4eb488d57c02c64ae948c216c4 (patch) | |
tree | 090954687587367a60645d6e8dec87531061ec6c /converters/Makefile | |
parent | 0d93b982860cb8346825e27b60be45de8059607e (diff) |
WAP::wbxml module implements binarisation of XML file according the
specification:
* WAP - Wireless Application Protocol / Binary XML Content Format
Specification / Version 1.3 WBXML (15th May 2000 Approved)
The binary format was designed to preserve the element structure of XML.
WWW: http://search.cpan.org/dist/WAP-wbxml/
Submitted by: Timur I. Bakeyev <timur(at)com.bat.ru>
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=170903
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 6030587f57dc..8c46047eac8a 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -68,6 +68,7 @@ SUBDIR += p5-Unicode-RecursiveDowngrade SUBDIR += p5-Unicode-String SUBDIR += p5-Unicode-UTF8simple + SUBDIR += p5-WAP-wbxml SUBDIR += p5-XML-WBXML SUBDIR += pecl-fribidi SUBDIR += php4-iconv |