Project

General

Profile

1
<!--
2
  * contents.html
3
  *
4
  *      Authors: Matt Jones
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2000 April 5
9
  *      Version: 0.01
10
  *    File Info: '$Id: contents.html 44 2000-04-14 03:42:12Z jones $'
11
  * 
12
  * This is an HTML document for displaying examples of the use of 
13
  * Oracle XML tools
14
-->
15
<html>
16
<head>
17
<title>XSL Transformation and formatting examples</title>
18
</head>
19
<body bgcolor="white">
20
<B>XSL Transformation and formatting examples -- Oracle tools</B><P>
21
<B>Example 1</B><BR>
22
Simple database query against Oracle8i<BR>
23
<UL>
24
<LI>View <A HREF="xmltest2.xsql" TARGET="right">XSL transformed html output</A>
25
<LI>View <A HREF="xmltest2.xsql?xml-stylesheet=none" 
26
	    TARGET="right">raw xml output</A>
27
<LI>View <A HREF="xmltest2-xsql.xml" TARGET="right">XSQL source</A>
28
<LI>View <A HREF="rowcol.xsl" TARGET="right">XSL source</A>
29
</UL>
30
<P>
31
<B>Example 2</B><BR>
32
Simple eml-dataset display from Oracle8i database<BR>
33
<p><i>Note: these examples are not actually valid according to
34
eml-dataset.dtd, but they are close and I am working on it...</i></p>
35
<UL>
36
<LI>View <A HREF="dsquery.xsql" TARGET="right">Dynamic query (html output)</A>
37
<LI>View <A HREF="dsquery.xsql?xml-stylesheet=none" TARGET="right">Dynamic query (raw xml output)</A>
38
<LI>View <A HREF="dsquery-xsql.xml" TARGET="right">Dynamic query (XSQL source)</A>
39
<LI>View <A HREF="dsquery.xsl" TARGET="right">Dynamic query (XSL source)</A>
40
<LI>View <A HREF="eml-dataset2.xsql?meta_file_id=NCEAS-1998-2244-Dist-Dataset" 
41
    TARGET="right">XSL transformed html output</A>
42
<LI>View <A HREF="eml-dataset1.xsql?meta_file_id=NCEAS-1998-2244-Dist-Dataset" 
43
    TARGET="right">transformed xml output</A>
44
<LI>View <A HREF="eml-dataset1.xsql?meta_file_id=NCEAS-1998-2244-Dist-Dataset&xml-stylesheet=none" TARGET="right">raw xml output</A>
45
<LI>View <A HREF="eml-dataset1-xsql.xml" TARGET="right">XSQL source</A>
46
<LI>View <A HREF="eml-dataset.xsl" TARGET="right">XSL source (XML to XML)</A>
47
<LI>View <A HREF="eml-dataset-display.xsl" TARGET="right">XSL source (XML to HTML)</A>
48
</UL>
49
<P>
50
<B>Example 3</B><BR>
51
Simple eml-variable display from static text file<BR>
52
<UL>
53
<LI>View <A HREF="eml-variable2.xsql" TARGET="right">eml-variable display (html output)</A>
54
<LI>View <A HREF="eml-variable2.xsql?xml-stylesheet=none" TARGET="right">eml-variable display (raw xml output)</A>
55
<LI>View <A HREF="eml-variable-display.xsl" TARGET="right">eml-variable display (XSL source)</A>
56
</UL>
57
<P>
58
</body>
59
</html>
(1-1/20)