Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_XMLQUERY, 17 of 29


setXSLT Procedure

This procedure registers a stylesheet to be applied to generated XML. If a stylesheet was already registered, it is replaced by the new one. To unregister the stylesheet, pass in a NULL for the uri argument.

Syntax

DBMS_XMLQUERY.setXSLT (

ctxHdl  IN ctxType, 
uri  IN VARCHAR2, 
ref  IN VARCHAR2 := null);

Parameters

Table 72-17 shows the parameters of the setXSLT procedure.

Table 72-17 setXSLT Procedure Parameters
Parameter  Description 

ctxHdl (IN) 

The context handle. 

uri (IN) 

The stylesheet URL. 

ref (IN) 

The URL for include, import, and external entities. 


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback