Top Level :: XML

Package Information: XML_Util

Show All Changelogs
» Version » Information
1.2.0Download

Release date: 2008-07-27 02:54 UTC
Release state: stable

Changelog:

Changed license to New BSD License (Req #13826 [ashnazg])
Added a test suite against all API methods [ashnazg]
Switch to package.xml v2 [ashnazg]
Added Req #13839: Missing XHTML empty tags to collapse [ashnazg|drry]
Fixed Bug #5392: encoding of ISO-8859-1 is the only supported encoding [ashnazg]
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|drry]
-- (this fix differs from the one in v1.2.0a1)

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.3 or newer
  • PHP Extension: pcre
1.2.0RC1Download

Release date: 2008-07-12 23:03 UTC
Release state: beta

Changelog:

Changed license to New BSD License (Req #13826 [ashnazg])
Added a test suite against all API methods [ashnazg]
Switch to package.xml v2 [ashnazg]
Added Req #13839: Missing XHTML empty tags to collapse [ashnazg|drry]
Fixed Bug #5392: encoding of ISO-8859-1 is the only supported encoding [ashnazg]
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|drry]
-- (this fix differs from the one in v1.2.0a1)

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.3 or newer
  • PHP Extension: pcre
1.2.0a2Download

Release date: 2008-05-22 08:08 UTC
Release state: alpha

Changelog:

Changed license to New BSD License (Req #13826 [ashnazg])
Added a test suite against all API methods [ashnazg]
Switch to package.xml v2 [ashnazg]
Added Req #13839: Missing XHTML empty tags to collapse [ashnazg|drry]
Fixed Bug #5392: encoding of ISO-8859-1 is the only supported encoding [ashnazg]
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|drry]
-- (this fix differs from the one in v1.2.0a1)

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.3 or newer
  • PHP Extension: pcre
1.2.0a1Download

Release date: 2008-05-05 02:04 UTC
Release state: alpha

Changelog:

Changed license to New BSD License (Req #13826 [ashnazg])
Added a test suite against all API methods [ashnazg]
Switch to package.xml v2 [ashnazg]
Fixed Bug #4950: Incorrect CDATA serializing [ashnazg|ja.doma]

Dependencies:
  • PHP Version: PHP 4.3.0 or newer
  • PEAR Package: PEAR Installer 1.4.3 or newer
  • PHP Extension: pcre
1.1.4Download

Release date: 2006-12-16 09:45 UTC
Release state: stable

Changelog:

- Fixed bug #9561: Not allowing underscores in middle of tags

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR Installer
  • PHP Version: PHP 4.2.0 or newer
1.1.2Download

Release date: 2006-12-01 17:15 UTC
Release state: stable

Changelog:

- fixed bug #5419: isValidName() now checks for character classes
- implemented request #8196: added optional parameter to influence array sorting to createTag() createTagFromArray() and createStartElement()

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR Installer
  • PHP Version: PHP 4.2.0 or newer
1.1.1Download

Release date: 2004-12-23 13:26 UTC
Release state: stable

Changelog:

- fixed bug in replaceEntities() and reverseEntities() in conjunction with XML_UTIL_ENTITIES_HTML
- createTag() and createTagFromArray() now accept XML_UTIL_ENTITIES_XML, XML_UTIL_ENTITIES_XML_REQUIRED, XML_UTIL_ENTITIES_HTML, XML_UTIL_ENTITIES_NONE and XML_UTIL_CDATA_SECTION as $replaceEntities parameter

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR
  • PHP Version: PHP 4.2.0 or newer
1.1.0Download

Release date: 2004-11-19 19:35 UTC
Release state: stable

Changelog:

- Added collapseEmptyTags (patch by Sebastian Bergmann and Thomas Duffey)

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR
  • PHP Version: PHP 4.2.0 or newer
1.0.0Download

Release date: 2004-10-28 16:43 UTC
Release state: stable

Changelog:

- Added reverseEntities() (request #2639)

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR
  • PHP Version: PHP 4.2.0 or newer
0.6.1Download

Release date: 2004-06-27 18:19 UTC
Release state: stable

Changelog:

- Added check for tag name (either as local part or qualified name) in createTagFromArray() (bug #1083)

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR
  • PHP Version: PHP 4.2.0 or newer
0.6.0Download

Release date: 2004-06-07 21:19 UTC
Release state: stable

Changelog:

- Fixed bug 1438 (namespaces not accepted for isValidName()) (thanks to davey)
- added optional parameter to replaceEntities() to define the set of entities to replace
- added optional parameter to attributesToString() to define, whether entities should be replaced (requested by Sebastian Bergmann)
- allowed second parameter to XML_Util::attributesToString() to be an array containing options (easier to use, if you only need to set the last parameter)
- introduced XML_Util::raiseError() to avoid the necessity of including PEAR.php, will only be included on error

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR
  • PHP Version: PHP 4.2.0 or newer
0.6.0beta1Download

Release date: 2004-05-24 18:53 UTC
Release state: beta

Changelog:

- Fixed bug 1438 (namespaces not accepted for isValidName()) (thanks to davey)
- added optional parameter to replaceEntities() to define the set of entities to replace
- added optional parameter to attributesToString() to define, whether entities should be replaced (requested by Sebastian Bergmann)
- allowed second parameter to XML_Util::attributesToString() to be an array containing options (easier to use, if you only need to set the last parameter)
- introduced XML_Util::raiseError() to avoid the necessity of including PEAR.php, will only be included on error

Dependencies:
  • PHP Extension: pcre
  • PEAR Package: PEAR
  • PHP Version: PHP 4.2.0 or newer
0.5.2Download

Release date: 2003-11-22 10:41 UTC
Release state: stable

Changelog:

now creates XHTML compliant empty tags (Davey),
minor whitespace fixes (Davey)

Dependencies:
  • PHP Extension: pcre
0.5.1Download

Release date: 2003-09-27 00:07 UTC
Release state: stable

Changelog:

added default namespace parameter (optional) in splitQualifiedName() (requested by Sebastian Bergmann)

Dependencies:
  • PHP Extension: pcre
0.5Download

Release date: 2003-09-23 12:12 UTC
Release state: stable

Changelog:

added support for multiline attributes in attributesToString(), createTag*() and createStartElement (requested by Yavor Shahpasov for XML_Serializer),
added createComment

Dependencies:
  • PHP Extension: pcre
0.4Download

Release date: 2003-09-21 16:56 UTC
Release state: stable

Changelog:

added createCDataSection(),
added support for CData sections in createTag* methods,
fixed bug #23,
fixed bug in splitQualifiedName()

Dependencies:
  • PHP Extension: pcre
0.3Download

Release date: 2003-09-12 14:25 UTC
Release state: stable

Changelog:

added createStartElement() and createEndElement()

Dependencies:
  • PHP Extension: pcre
0.2.1Download

Release date: 2003-09-05 22:38 UTC
Release state: stable

Changelog:

fixed bug with zero as tag content in createTagFromArray and createTag

Dependencies:
  • PHP Extension: pcre
0.2Download

Release date: 2003-08-12 18:52 UTC
Release state: stable

Changelog:

added XML_Util::getDocTypeDeclaration()

Dependencies:
  • PHP Extension: pcre
0.1.1Download

Release date: 2003-08-03 00:34 UTC
Release state: stable

Changelog:

bugfix: removed bug in createTagFromArray

Dependencies:
  • PHP Extension: pcre
0.1Download

Release date: 2003-08-01 23:11 UTC
Release state: stable

Changelog:

inital release

Dependencies:
  • PHP Extension: pcre