Author: david
Date: Wed Nov 3 16:47:25 2010
New Revision: 8773
Log:
Subsitute entities like revision 7349.
Modified:
trunk/lib/QubitXmlImport.class.php
Modified: trunk/lib/QubitXmlImport.class.php
==============================================================================
--- trunk/lib/QubitXmlImport.class.php Wed Nov 3 16:42:13 2010 (r8772)
+++ trunk/lib/QubitXmlImport.class.php Wed Nov 3 16:47:25 2010 (r8773)
@@ -468,6 +468,7 @@
}
$doc->formatOutput = false;
$doc->preserveWhitespace = false;
+ $doc->substituteEntities = true;
$doc->loadXML($xmlStream);
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.