Last change
on this file since 104099 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
443 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.startElement(article, xmlns='tag:foofoofoofoofoofoofoofoo', xmlns:dc='http://purl.org/dc/elements/1.1/', xmlns:dcterms='http://purl.org/dc/terms/')
|
---|
4 | SAX.characters(
|
---|
5 | , 1)
|
---|
6 | SAX.startElement(foop:content, xmlns='http://www.w3.org/1999/xhtml', xmlns:foop='tag:foofoofoofoofoofoofoofoo')
|
---|
7 | SAX.characters(
|
---|
8 | , 1)
|
---|
9 | SAX.endElement(foop:content)
|
---|
10 | SAX.characters(
|
---|
11 | , 1)
|
---|
12 | SAX.endElement(article)
|
---|
13 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.