Validating XML - Avoiding the pain
Arne Blankerts, Tobias Schlitt (17.Nov.2009)
Talk at International PHP Conference 2009 (English - UK)
Being an established and widespread standard for information interchange parsing xml with PHP is a common task. Yet to many validating the results is not. In this session you will learn why you should validate an xml document, what methods are available, what problems you are likely to run into and how to avoid them. We will look into common approaches and standards - like DTD, XML Schema and RelaxNG - on this matter.
Quicklink: https://joind.in/1043
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




17.Nov.2009 at 15:30 by Dan Field
Good overview of XML Validation with XSD and DTD If a little rusty on the DTD syntax ;) Well put together with simple examples on how to use the validation available in PHP. Interesting to hear about extending the PHP XMLlib handlers to improve on error handling rather than dumping verbose libxml errors direct to log.