From: a dot testa at wifisolution dot it Operating system: linux PHP version: 5.2.11 PHP Bug Type: DOM XML related Bug description: Error validating xml with namespace against xsd
Description: ------------ php fails to validate a xml against a xsd. the xml is build with the DOM interface. the function schemaValidate returns true if i load the document from a file but not with the same document created on the fly. as workaround i can create the document, write it on a file, load againt and then validate. -- Edit bug report at http://bugs.php.net/?id=50201&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=50201&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=50201&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=50201&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=50201&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=50201&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=50201&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=50201&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=50201&r=needscript Try newer version: http://bugs.php.net/fix.php?id=50201&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=50201&r=support Expected behavior: http://bugs.php.net/fix.php?id=50201&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=50201&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=50201&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=50201&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=50201&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=50201&r=dst IIS Stability: http://bugs.php.net/fix.php?id=50201&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=50201&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=50201&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=50201&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=50201&r=mysqlcfg
