Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learning PHP SimpleXML

Posted By: Landau17
Learning PHP SimpleXML

Learning PHP SimpleXML
MP4 | Video: 720p | Duration: 2:20:45 | English | Subtitles: VTT | 309.3 MB



Most PHP programmers will eventually run into an XML data set. The easiest way to deal with this data is using the SimpleXML extension for PHP. In this course, David Powers walks through loading and extracting data from a basic XML document, working with namespaces, and editing XML elements and attributes with SimpleXML and the XPath query language. He also shows practical uses for XML, such as displaying text as well as images from an RSS feed, and the process for generating new XML documents from scratch with SimpleXML.

Topics include:
  • Loading an XML document
  • Converting values to strings
  • Handling errors
  • Working with XML namespaces
  • Using XPath
  • Consuming an RSS feed with XML
  • Adding and editing XML elements and attributes