[commits] Horde branch master updated. c06ff15e68ddefbb05ebc241b42e74d0ba97c94e
Chuck Hagenbuch
chuck at horde.org
Sun Feb 20 04:04:00 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: c18d115199170e5d3794e2c2e086641ad096c05b
8ae175d Fix PHPUnit deprecation warning (assertType -> assertInstanceOf)
c06ff15 Better handle XML namespaces
-----------------------------------------------------------------------
commit 8ae175d2ad4b5f0e11aa8d1e00f33357bfc4aa8f
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sat Feb 19 23:01:40 2011 -0500
Fix PHPUnit deprecation warning (assertType -> assertInstanceOf)
framework/Xml_Element/test/Horde/Xml/Element/IteratorTest.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8ae175d2ad4b5f0e11aa8d1e00f33357bfc4aa8f
-----------------------------------------------------------------------
commit c06ff15e68ddefbb05ebc241b42e74d0ba97c94e
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sat Feb 19 23:02:28 2011 -0500
Better handle XML namespaces
When creating DOM documents from XML strings, if the string is a fragment
(doesn't start with an XML preamble), then create a fake preamble with all of
our known namespaces and then extract the imported element from the wrapper
document. This results in a document that knows about its namespaces from the
start.
framework/Xml_Element/lib/Horde/Xml/Element.php | 22 ++++++++++++++++++++--
1 files changed, 20 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c06ff15e68ddefbb05ebc241b42e74d0ba97c94e
More information about the commits
mailing list