Project

General

Profile

« Previous | Next » 

Revision 58

Added by bojilova about 24 years ago

no message

View differences:

contents.html
1
<HTML>
2
<HEAD>
3
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
4
<META NAME="Generator" CONTENT="Microsoft Word 97">
5
<TITLE>XSL Transformation and formatting examples</TITLE>
6
</HEAD>
7
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff">
8

  
9
<P><!--
1
<!--
10 2
  * contents.html
11 3
  *
12 4
  *      Authors: Matt Jones
......
19 11
  * 
20 12
  * This is an HTML document for displaying examples of the use of 
21 13
  * Oracle XML tools
22
--><B>XSL Transformation and formatting examples -- Oracle tools
23
<P>Example 1</B><BR>
24
Simple database query against Oracle8i</P>
25

  
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>
26 23
<UL>
27
<LI>View <A HREF="xmltest2.xsql">XSL transformed html output</A> </LI>
28
<LI>View <A HREF="xmltest2.xsql?xml-stylesheet=none">raw xml output</A> </LI>
29
<LI>View <A HREF="xmltest2-xsql.xml">XSQL source</A> </LI>
30
<LI>View <A HREF="rowcol.xsl">XSL source</A> </LI></UL>
31

  
32
<B><P>Example 2</B><BR>
33
Simple eml-dataset display from Oracle8i database</P>
34
<I><P>Note: these examples are not actually valid according to eml-dataset.dtd, but they are close and I am working on it...</P>
35

  
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>
36 35
<UL>
37
</I><LI>View <A HREF="dsquery.xsql">Dynamic query (html output)</A> </LI>
38
<LI>View <A HREF="dsquery.xsql?xml-stylesheet=none">Dynamic query (raw xml output)</A> </LI>
39
<LI>View <A HREF="dsquery-xsql.xml">Dynamic query (XSQL source)</A> </LI>
40
<LI>View <A HREF="dsquery.xsl">Dynamic query (XSL source)</A> </LI>
41
<LI>View <A HREF="eml-dataset2.xsql?meta_file_id=NCEAS-1998-2244-Dist-Dataset">XSL transformed html output</A> </LI>
42
<LI>View <A HREF="eml-dataset1.xsql?meta_file_id=NCEAS-1998-2244-Dist-Dataset">transformed xml output</A> </LI>
43
<LI>View <A HREF="eml-dataset1.xsql?meta_file_id=NCEAS-1998-2244-Dist-Dataset&amp;xml-stylesheet=none">raw xml output</A> </LI>
44
<LI>View <A HREF="eml-dataset1-xsql.xml">XSQL source</A> </LI>
45
<LI>View <A HREF="eml-dataset.xsl">XSL source (XML to XML)</A> </LI>
46
<LI>View <A HREF="eml-dataset-display.xsl">XSL source (XML to HTML)</A> </LI></UL>
47

  
48
<B><P>Example 3</B><BR>
49
Simple eml-variable display from static text file</P>
50

  
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>
51 52
<UL>
52
<LI>View <A HREF="eml-variable2.xsql">eml-variable display (html output)</A> </LI>
53
<LI>View <A HREF="eml-variable2.xsql?xml-stylesheet=none">eml-variable display (raw xml output)</A> </LI>
54
<LI>View <A HREF="eml-variable-display.xsl">eml-variable display (XSL source)</A> </LI></UL>
55

  
56
<B><P>Example 4</B><BR>
57
Simple eml-file display from static text file</P>
58

  
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
<B>Example 4</B><BR>
58
Simple eml-file display from static text file<BR>
59 59
<UL>
60
<LI>View <A HREF="eml-file2.xsql">eml-file display (html output)</A> </LI>
61
<LI>View <A HREF="eml-file2.xsql?xml-stylesheet=none">eml-file display (raw xml output)</A> </LI>
62
<LI>View <A HREF="eml-file-display.xsl">eml-file display (XSL source)</A> </LI></UL>
63

  
64
</BODY>
65
</HTML>
60
<LI>View <A HREF="eml-file2.xsql" TARGET="right">eml-file display (html output)</A>
61
<LI>View <A HREF="eml-file2.xsql?xml-stylesheet=none" TARGET="right">eml-file display (raw xml output)</A>
62
<LI>View <A HREF="eml-file-display.xsl" TARGET="right">eml-file display (XSL source)</A>
63
</UL>
64
<P>
65
</body>
66
</html>

Also available in: Unified diff