Last change
on this file since 103850 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
285 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.processingInstruction(document-start, doc)
|
---|
4 | SAX.startElement(doc)
|
---|
5 | SAX.characters(
|
---|
6 | , 1)
|
---|
7 | SAX.startElement(empty)
|
---|
8 | SAX.endElement(empty)
|
---|
9 | SAX.characters(
|
---|
10 | , 1)
|
---|
11 | SAX.endElement(doc)
|
---|
12 | SAX.processingInstruction(document-end, doc)
|
---|
13 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.