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:
591 bytes
|
Line | |
---|
1 | xmlSAXUserParseFile returned error 27
|
---|
2 | SAX.setDocumentLocator()
|
---|
3 | SAX.startDocument()
|
---|
4 | SAX.internalSubset(item, , )
|
---|
5 | SAX.entityDecl(sampleEnt, 4, (null), (null), <!ELEMENT item (para)+>)
|
---|
6 | SAX.getParameterEntity(sampleEnt)
|
---|
7 | SAX.entityDecl(sampleEnt, 1, (null), (null), the hyacinth girl)
|
---|
8 | SAX.getEntity(sampleEnt)
|
---|
9 | SAX.getParameterEntity(sampleEnt)
|
---|
10 | SAX.error: PEReference: %sampleEnt; not found
|
---|
11 | SAX.characters('they called me , 16)
|
---|
12 | SAX.getEntity(sampleEnt)
|
---|
13 | SAX.error: Entity 'sampleEnt' not defined
|
---|
14 | SAX.reference(sampleEnt)
|
---|
15 | SAX.characters(', 1)
|
---|
16 | SAX.endDocument()
|
---|
17 | xmlSAXUserParseFile returned error 27
|
---|
Note:
See
TracBrowser
for help on using the repository browser.