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:
368 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.internalSubset(doc, , )
|
---|
4 | SAX.elementDecl(doc, 1, ...)
|
---|
5 | SAX.attributeDecl(doc, xmlns, 1, 4, http://www.example.com/, ...)
|
---|
6 | SAX.externalSubset(doc, , )
|
---|
7 | SAX.startElementNs(doc, NULL, 'http://www.example.com/', 1, xmlns='http://www.example.com/', 0, 0)
|
---|
8 | SAX.endElementNs(doc, NULL, 'http://www.example.com/')
|
---|
9 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.