Last change
on this file since 95312 was 95312, checked in by vboxsync, 2 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
302 bytes
|
Line | |
---|
1 | SAX.setDocumentLocator()
|
---|
2 | SAX.startDocument()
|
---|
3 | SAX.startElement(dia:diagram, xmlns:dia='http://www.lysator.liu.se/~alla/dia/')
|
---|
4 | SAX.characters(
|
---|
5 | , 3)
|
---|
6 | SAX.startElement(dia:diagramdata, dia:testattr='test')
|
---|
7 | SAX.endElement(dia:diagramdata)
|
---|
8 | SAX.characters(
|
---|
9 | , 1)
|
---|
10 | SAX.endElement(dia:diagram)
|
---|
11 | SAX.endDocument()
|
---|
Note:
See
TracBrowser
for help on using the repository browser.