PSVI output

Display colors:

<p:poem xsi:schemaLocation="http://www.example.com/poetry tds.xsd">
<!--* A partially schema-valid example:
    * The title and author are in the wrong order, though each is
    * valid in itself.
    * The error message is:
    * "[Error] theduck.xml:10:11: cvc-complex-type.2.4.a: Invalid content
    * was found starting with element 'p:author'. One of
    * '{"http://www.example.com/poetry":title}'
    * is expected.
*
-->
<p:author>Ogden Nash</p:author>
<p:title>The duck</p:title>
<p:stanza>
<p:line>It is especially fond</p:line>
<p:line>Of a puddle or pond.</p:line>
<p:line>When it dines or sups</p:line>
<p:line>It bottoms-ups.</p:line>
</p:stanza>
<p:stanza>
<p:line>Behold the duck.</p:line>
<p:line>It does not cluck.</p:line>
<p:line>A cluck it lacks.</p:line>
<p:line>It quacks.</p:line>
</p:stanza>
</p:poem>