1 |
34
|
jones
|
<?xml version="1.0"?>
|
2 |
|
|
<!--
|
3 |
|
|
* eml-dataset2.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 cause an XSLT (http://www.w3.org/TR/xslt) stylesheet transformation
|
15 |
|
|
* of the results of another XSLT query
|
16 |
|
|
-->
|
17 |
|
|
<?xml-stylesheet type="text/xsl" href="eml-dataset-display.xsl"?>
|
18 |
|
|
<xsql:include-xsql
|
19 |
37
|
jones
|
href="eml-dataset1.xsql?meta_file_id={@meta_file_id}"
|
20 |
34
|
jones
|
xmlns:xsql="urn:oracle-xsql"/>
|