16.Nov.2009 at 10:29 by Jörg Kirchhoff
I promise I will now only use DOM ;-)
Was a great session.
Arne Blankerts, Tobias Schlitt (15.Nov.2009)
Talk at International PHP Conference 2009 (English - UK)
Nowadays, XML is ubiquitous in web development. This workshop will give you a deep insight into the possibilities you have with the XML APIs in PHP. You'll go beyond the basics of DOM, see how to use XMLReader/Writer properly and dig into the usage of (e)XSLT. XMLSchema, RelaxNG, XPath and other technologies will also be discussed in depth.
Quicklink: https://joind.in/1041
Slides: Professional XML with PHP
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?
15.Nov.2009 at 16:48 by Dan Field
Great introduction to XML and it's use within PHP. I was just about to say it might have been useful to cover a small amount of XPath too as this is how most of my document searching is done once you get beyond the capabilities of getElementsByTagName(), and then I realised you are doing that later in the week! Thanks for the tips guys.