diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 02:30:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 02:30:58 +0000 |
commit | e1782657ed897891b5f673fc5a370c6f8f72e1c7 (patch) | |
tree | e1974c33142b938838d64f0f1a3e3722e4fe7be5 /devel/Makefile | |
parent | New port: PEAR class provided an XPath/DOM XML manipulation (diff) |
New port: PEAR Swiss-army knive for reading and writing XML files
XML_Serializer serializes complex data structures like
arrays or object as XML documents. This class helps you
generating any XML document you require without the need
for DOM.
Furthermore this package can be used as a replacement to
serialize() und unserialize() as it comes with a matching
XML_Unserializer that is able to create PHP data strcutures
(like arrays and objects) from XML documents, if type hints
are available.
PR: ports/56448
Submitted by: Alex Miller <asm@asm.kiev.ua>
Notes
Notes:
svn path=/head/; revision=88724
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3157704fef67..8d5a49a56d9d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -804,6 +804,7 @@ SUBDIR += pear-I18N SUBDIR += pear-PEAR SUBDIR += pear-XML_Parser + SUBDIR += pear-XML_Serializer SUBDIR += pear-XML_Tree SUBDIR += pear-XML_Util SUBDIR += pear-XML_XPath |