Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
With DBMS_XSLPROCESSOR,
you can access the contents and structure of XML documents.
See Also:
Oracle9i XML API Reference - XDK and Oracle XML DB for more information |
This chapter details the following:
The Extensible Stylesheet Language Transformation (XSLT), describes rules for transforming a source tree into a result tree. A transformation expressed in XSLT is called a stylesheet. The transformation specified is achieved by associating patterns with templates defined in the stylesheet. A template is instantiated to create part of the result tree. This PL/SQL implementation of the XSL processor followed the W3C XSLT working draft (rev WD-xslt-19990813) and included the required behavior of an XSL processor in terms of how it must read XSLT stylesheets and the transformation it must effect.
The following is the default behavior for this PL/SQL XSL Processor:
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|