summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_pyexpat
blob: 6cba827553d091c816f0436d925ceee78f01b49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
test_pyexpat
PI:
	xml-stylesheet href="stylesheet.css"
Comment:
	' comment data '
Notation declared: ('notation', None, 'notation.jpeg', None)
Unparsed entity decl:
	('unparsed_entity', None, 'entity.file', None, 'notation')
Start element:
	root {}
NS decl:
	myns http://www.python.org/namespace
Start element:
	http://www.python.org/namespace!subelement {}
Character data:
	'Contents of subelements'
End element:
	http://www.python.org/namespace!subelement
End of NS decl:
	myns
Start element:
	sub2 {}
Start of CDATA section
Character data:
	'contents of CDATA section'
End of CDATA section
End element:
	sub2
External entity ref: http://www.python.org/namespace=http://www.w3.org/XML/1998/namespaceexternal_entity None entity.file None
End element:
	root