VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/result/ent2.sax2@ 99286

Last change on this file since 99286 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 838 bytes
Line 
1SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(EXAMPLE, , example.dtd)
4SAX.entityDecl(xml, 1, (null), (null), Extensible Markup Language)
5SAX.getEntity(xml)
6SAX.entityDecl(title, 2, -//MY-TITLE//FR, title.xml, (null))
7SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
8SAX.externalSubset(EXAMPLE, , example.dtd)
9SAX.startElementNs(EXAMPLE, NULL, NULL, 0, 0, 0)
10SAX.characters(
11 , 3)
12SAX.getEntity(title)
13SAX.error: Entity 'title' not defined
14SAX.reference(title)
15SAX.characters(
16 This text is about XML, the, 31)
17SAX.getEntity(xml)
18SAX.characters(Extensible Markup Language, 26)
19SAX.reference(xml)
20SAX.characters( and this is an embedded , 25)
21SAX.startElementNs(IMG, NULL, NULL, 0, 1, 0, src='imag...', 5)
22SAX.endElementNs(IMG, NULL, NULL)
23SAX.characters(
24, 1)
25SAX.endElementNs(EXAMPLE, NULL, NULL)
26SAX.endDocument()
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette