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 Parser for C++, 9 of 10


Using the Sample Files Included with Your Software

$ORACLE_HOME/xdk/cpp/parser/sample/ directory contains several XML applications to illustrate how to use the XML Parser for C++ with the DOM and SAX interfaces.

Table 22-3 lists the sample files in sample/ directory.

Table 22-3 XML Parser for C++ sample/ Files
sample/ File Name  Description 

DOMNamespace.cpp 

Source for DOMNamespace program 

DOMNamespace.std 

Expected output from DOMNamespace 

DOMSample.cpp 

Source for DOMSample program 

DOMSample.std 

Expected output from DOMSample 

FullDOM.c  

Sample usage of DOM interface 

FullDOM.std 

Expected output from FullDOM 

Make.bat 

Batch file to build sample executables 

Makefile 

Makefile for sample programs 

NSExample.xml 

Sample XML file using namespaces 

SAXNamespace.cpp 

Source for SAXNamespace program 

SAXNamespace.std 

Expected output from SAXNamespace 

SAXSample.cpp 

Source for SAXSample program 

SAXSample.std 

Expected output from SAXSample 

XSLSample.cpp 

Source for XSLSample program 

XSLSample.std 

Expected output from XSLSample 

class.xml  

XML file that may be used with XSLSample 

iden.xsl  

Stylesheet that may be used with XSLSample 

cleo.xml 

XML version of Shakespeare's play 


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