15 'xml-stylesheet' 'href="stylesheet.css"'
18 Notation declared: ('notation', None, 'notation.jpeg', None)
20 ('unparsed_entity', None, 'entity.file', None, 'notation')
22 'root' {'attr1': 'value1', 'attr2': 'value2\xe1\xbd\x80'}
24 'myns' 'http://www.python.org/namespace'
26 'http://www.python.org/namespace!subelement' {}
28 'Contents of subelements'
30 'http://www.python.org/namespace!subelement'
35 Start of CDATA section
37 'contents of CDATA section'
41 External entity ref: (None, 'entity.file', None)
45 u'xml-stylesheet' u'href="stylesheet.css"'
48 Notation declared: (u'notation', None, u'notation.jpeg', None)
50 (u'unparsed_entity', None, u'entity.file', None, u'notation')
52 u'root' {u'attr1': u'value1', u'attr2': u'value2\u1f40'}
54 u'myns' u'http://www.python.org/namespace'
56 u'http://www.python.org/namespace!subelement' {}
58 u'Contents of subelements'
60 u'http://www.python.org/namespace!subelement'
65 Start of CDATA section
67 u'contents of CDATA section'
71 External entity ref: (None, u'entity.file', None)
75 u'xml-stylesheet' u'href="stylesheet.css"'
78 Notation declared: (u'notation', None, u'notation.jpeg', None)
80 (u'unparsed_entity', None, u'entity.file', None, u'notation')
82 u'root' {u'attr1': u'value1', u'attr2': u'value2\u1f40'}
84 u'myns' u'http://www.python.org/namespace'
86 u'http://www.python.org/namespace!subelement' {}
88 u'Contents of subelements'
90 u'http://www.python.org/namespace!subelement'
95 Start of CDATA section
97 u'contents of CDATA section'
101 External entity ref: (None, u'entity.file', None)
105 Testing constructor for proper handling of namespace_separator values:
106 Legal values tested o.k.
107 Caught expected TypeError:
108 ParserCreate() argument 2 must be string or None, not int
109 Caught expected ValueError:
110 namespace_separator must be at most one character, omitted, or None