Tag: xml

XPath Attributes and Tag Querying

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

Introduction to XPath

What XPath is, what it isn't, what we can do. Querying with XPath in PHP.
19.10.2015 · 1 min read

PHP DOM XML Update - Delete

Update XML element values and delete nodes with PHP DOM while working on document structures from earlier examples.
29.09.2015 · 1 min read

PHP DOM XML Create - Read

Create XML nodes and read XML data with PHP DOM through practical examples on an existing document structure.
15.08.2015 · 1 min read

Introduction to PHP DOM for XML

Learn where PHP DOM fits in XML workflows and how to inspect, load, and manipulate XML documents with PHP.
14.08.2015 · 1 min read

XML Schema Complex Elements and Data Types

Define XML Schema complex elements and data types with XSD through focused document structure examples.
04.08.2015 · 3 min read

Introduction to XML Schema and Simple Types

Learn what XML Schema Definition is, why it improves on DTD, and how simple data types work in XSD.
16.05.2015 · 3 min read

XML DTD - Document Type Definition

Define XML document structure with DTD rules for elements, attributes, entities, and validation.
12.05.2015 · 2 min read

XML CSS Styling

Use CSS to style XML documents and connect external stylesheets for clearer XML presentation examples.
11.05.2015 · 1 min read

XML PCDATA - CDATA

Let's examine PCDATA and CDATA and look at the differences between them.
05.05.2015 · 1 min read