Example 12-4: XSQL page to produce canonical ROWSET/ROW format

<?xml version="1.0"?>
<!-- newsstory-canonical.xsql -->
<xsql:query connection="xmlbook" max-rows="1" xmlns:xsql="urn:oracle-xsql">
 SELECT * FROM NEWSSTORY
</xsql:query>