Hello!
Simple Yes/No question (i hope):
If i have an XML document that refers to a schema, such as:
<?xml .... ?>
<Claims xmlns="www.exam ple.org/claims"
xmlns:xsi="http ://www.w3.org/2001/XMLSchema-Instance"
xsi:schemaLocat ion='http://www.example.org claims.xsd'>
etc
</Claims>
will PHP automatically validate this document against its schema on load?
all evidence i have suggests: FALSE. I.e. I still have to call
DOMDocument->schemaValidate () (well, in PHP5 at least).
am i correct?
domo!
mark.
--
I am not an ANGRY man. Remove the rage from my email to reply.
Comment