1 '''Test module to thest the xmllib module.
5 from test_support
import verbose
8 <?xml version="1.0" encoding="UTF-8" standalone='yes' ?>
9 <!-- comments aren't allowed before the <?xml?> tag,
10 but they are allowed before the <!DOCTYPE> tag -->
12 <!ELEMENT greeting (#PCDATA)>
14 <greeting>Hello, world!</greeting>
19 parser
= xmllib
.TestXMLParser()
21 parser
= xmllib
.XMLParser()