Last change
on this file since 101298 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.internalSubset(doc, , )
|
---|
4 | SAX.entityDecl(newl, 1, (null), (null),
|
---|
5 | )
|
---|
6 | SAX.getEntity(newl)
|
---|
7 | SAX.externalSubset(doc, , )
|
---|
8 | SAX.startElement(doc)
|
---|
9 | SAX.getEntity(newl)
|
---|
10 | SAX.characters(
|
---|
11 | , 1)
|
---|
12 | SAX.reference(newl)
|
---|
13 | SAX.endElement(doc)
|
---|
14 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.