Project

General

Profile

1
<!--
2
  * index.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: index.html 34 2000-04-13 16:42:03Z 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 examples</TITLE>
18
  </HEAD> 
19
  <FRAMESET ROWS="*" FRAMEBORDER=0 BORDER=0>
20

    
21
    <FRAMESET COLS="250,*"  FRAMEBORDER=0 BORDER=0>
22
    
23
    <FRAME SRC="contents.html" BORDER=0 NAME="left">
24

    
25
    <FRAME SRC="xmltest2.xsql" BORDER=0 NAME="right">
26

    
27
    </FRAMESET>
28
  </FRAMESET>
(19-19/24)