Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-pear-XML-Util: XML utility class
- Summary
- XML_Util is a utility class that helps you working with (and especially
creating) XML documents.
All methods of XML_Util can be called statically, that means you do not have
to instantiate an XML_Util object to use the provided methods.
The funcionality of XML_Util ranges from validating an XML tag name (as there
are strict rules for tag and attribute names) to the creation of namespaced
XML tags.
Changelog
- * Sun Jan 14 16:00:00 2007 Christopher Stone <chris{*}stone{%}gmail{*}com> 1.1.4-2
- Use correct version of PHP License
- * Sat Dec 16 16:00:00 2006 Christopher Stone <chris{*}stone{%}gmail{*}com> 1.1.4-1
- Upstream sync
- * Sat Dec 2 16:00:00 2006 Christopher Stone <chris{*}stone{%}gmail{*}com> 1.1.2-1
- Upstream sync
- Add php license to %doc
- Replace dos2unix with sed