Tag: xml
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
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
Styling XML with CSS
Learn how to style XML documents with CSS and link an external stylesheet through practical examples.
11.05.2015 · 1 min read
XML PCDATA - CDATA
Learn the difference between PCDATA and CDATA in XML, and when to use each one.
05.05.2015 · 1 min read