Tag: php

XPath Attributes and Element Queries

Write XPath attribute and element queries with practical examples for navigating XML document structures.
07.11.2015 · 1 min read

Introduction to XPath

An introduction to XPath, what it is used for, and how to run XPath queries with PHP.
19.10.2015 · 1 min read

Updating and Deleting XML with PHP DOM

Learn how to update XML element values and delete nodes with PHP DOM using the document structure from earlier examples.
29.09.2015 · 1 min read

Creating and Reading XML with PHP DOM

Learn how to add data to an XML structure and read it with PHP DOM through practical examples.
15.08.2015 · 1 min read

Introduction to PHP DOM for XML

Learn where PHP DOM fits in XML workflows and how to create an XML document structure with PHP.
14.08.2015 · 1 min read