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