ID:               50201
 Updated by:       rricha...@php.net
 Reported By:      a dot testa at wifisolution dot it
-Status:           Open
+Status:           Feedback
 Bug Type:         DOM XML related
 Operating System: linux
 PHP Version:      5.2.11
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.




Previous Comments:
------------------------------------------------------------------------

[2009-11-17 09:48:59] a dot testa at wifisolution dot it

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 this bug report at http://bugs.php.net/?id=50201&edit=1

Reply via email to