Cosmin wrote:
Is there a function to validate a XML document(make sure tags are
closed/nested)?
The xml parser will throw an error if you try and pass it an invalid xml
document (which you can catch and process).
However, it would be best if you can validate your xml document first
before runni
Is there a function to validate a XML document(make sure tags are
closed/nested)?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo