Model structured documents with elements, attributes, namespaces, schemas, parsing, and transformations.
Lessons
Pass instructions like stylesheet links to applications.
Processing Instructions is easiest to learn by reading the example, changing it, and observing the result.
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="lessons.xsl"?>
<lessons>
<lesson>XML Basics</lesson>
</lessons>Practice the Processing Instructions example in a small scratch file, then explain what changed and why.