Last change
on this file since 102035 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
339 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.internalSubset(test, , )
|
---|
4 | SAX.entityDecl(ampproblem, 1, (null), (null), &)
|
---|
5 | SAX.getEntity(ampproblem)
|
---|
6 | SAX.externalSubset(test, , )
|
---|
7 | SAX.getEntity(ampproblem)
|
---|
8 | SAX.startElementNs(t, NULL, NULL, 0, 1, 0, a='&...', 12)
|
---|
9 | SAX.characters(a, 1)
|
---|
10 | SAX.endElementNs(t, NULL, NULL)
|
---|
11 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.