Oracle8i Application Developer's Guide - XML Release 3 (8.1.7) Part Number A86030-01 |
|
Using XML Parser for C++, 5 of 10
Figure 22-2 shows the XML Parser for C++ XSLT functionality for the DOM interface.
xmlparse()
:
The output of XMLParser.xmlparse()
, the parsed stylesheet and parsed XML document, are sent to the XSLProcess.xslprocess()
method for processing.
XMLParser.xmlinit()
initializes the XSLT processing. XMLParser. xmlinit() also
initializes the xslprocess()
result
XSLProcess.xslProcess()
optionally calls other methods, such as print methods. You can see the list of available methods either on OTN or in Oracle8i XML Reference.
XMLParser.xmlterm()
, for the XML document, stylesheet, and final result.
XML Parser for C XSLT functionality is illustrated with the following examples:
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|