Oracle8i Application Developer's Guide - XML
Release 3 (8.1.7)

Part Number A86030-01

Library

Solution Area

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Using XML Transviewer Beans, 10 of 15


Running the Transviewer Bean Samples Supplied

The XDK for Java Transviewer Bean sample/ directory contains sample Transviewer Bean applications to illustrate how to use Oracle Transviewer Beans. Oracle Transviewer beans toolset contains DOMBuilder, XMLSourceView, XMLTreeView, XSLTransformer, and XMLTransformPanel beans.

Table 20-4 lists the sample files in sample/.

Table 20-4 Transviewer Bean Sample Files in sample/
File Name  Description 

booklist.xml 

Sample XML file used by Example 1, 2, or 3 

doc.xml 

Sample XML file used by Example 1, 2, or 3 

doc.html 

Sample HTML file used by Examples 1, 2, or 3 

doc.xsl 

Sample input XSL file used by Examples 1, 2, or 3.

doc.xsl is used by XSLTransformer. 

emptable.xsl 

Sample input XSL file used by Examples 1, 2, or 3 

tohtml.xsl 

Sample input XSL file used by Examples 1, 2, or 3. Transforms booklist.xml. 

AsyncTransformSample.java

See "Transviewer Bean Example 1: AsyncTransformSample.java". 

Sample nonvisual application using XSLTransformer bean and DOMBuilder bean. It applies the XSL-T stylesheet specified in doc.xsl on all *.xml files from the current directory. The results are in the files with extension.log.  

ViewSample.java

See "Transviewer Bean Example 2: ViewSample.java". 

Sample visual application that uses XMLSourceView and XMLTreeView Beans.It visualizes XML document files. 

XMLTransformPanelSample.java

See "Transviewer Bean Example 3: XMLTransformPanelSample.java". 

A visual application that uses XMLTransformPanel bean. This bean uses all four beans from above. It applies XSL transformations on XML documents and shows the result Visualizes and allows editing of XML and XSL input files. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Solution Area

Contents

Index