8 lines
217 B
XML
8 lines
217 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Test XML file for SAX parser -->
|
|
<bookstore>
|
|
<book xmlns="http://example.com/books" id="1" category="fiction">
|
|
<page/>
|
|
</book>
|
|
<publisher/>
|
|
</bookstore>
|