1 |
34
|
jones
|
<?xml version="1.0"?>
|
2 |
|
|
<!--
|
3 |
|
|
* xmltest2.xsql
|
4 |
|
|
*
|
5 |
|
|
* Authors: Matt Jones
|
6 |
|
|
* Copyright: 2000 Regents of the University of California and the
|
7 |
|
|
* National Center for Ecological Analysis and Synthesis
|
8 |
|
|
* For Details: http://www.nceas.ucsb.edu/
|
9 |
|
|
* Created: 2000 April 5
|
10 |
|
|
* Version: 0.01
|
11 |
|
|
* File Info: '$Id$'
|
12 |
|
|
*
|
13 |
|
|
* This is an XSQL (http://technet.oracle.com/tech/xml) document designed
|
14 |
|
|
* to query a relational database and return the result as a well-formed
|
15 |
|
|
* XML document.
|
16 |
|
|
-->
|
17 |
|
|
<page connection="demo" xmlns:xsql="urn:oracle-xsql">
|
18 |
|
|
<xsql:query>
|
19 |
|
|
|
20 |
|
|
SELECT * FROM xmltest ORDER BY docid
|
21 |
|
|
|
22 |
|
|
</xsql:query>
|
23 |
|
|
</page>
|