<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
another example of XML
(I *think* this was also adapted from an example
at http://www.w3schools.com/xml)
adapted by: Sharon Tuttle
last modified: 2016-04-20
-->
<book>
<title>My First XML</title>
<prod id="33-657" media="paper"></prod>
<chapter>Introduction to XML
<para>What is HTML</para>
<para>What is XML</para>
</chapter>
<chapter>XML Syntax
<para>Elements must have a closing tag</para>
<para>Elements must be properly nested</para>
</chapter>
</book>