#
# this tests the Expand() API of the xmlTextReader interface
# this extract the Dragon bibliography entries from the XML specification
#
import libxml2
import StringIO
import sys
# Memory debug specific
Ravi Sethi, and Jeffrey D. Ullman.
<emph>Compilers: Principles, Techniques, and Tools</emph>.
Reading: Addison-Wesley, 1986, rpt. corr. 1988.</bibl>"""
f = open('../../test/valid/REC-xml-19980210.xml')
break;
print "Error: didn't get the expected output"
print "got '%s'" % (res)
print "expected '%s'" % (expect)
#
# cleanup
#
del input
del reader
# Memory debug specific
print "OK"
else: