| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_XMLQUERY, 17 of 29
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.
DBMS_XMLQUERY.setXSLT (ctxHdl IN ctxType, uri IN VARCHAR2, ref IN VARCHAR2 := null);
Table 72-17 shows the parameters of the setXSLT procedure.
| Parameter | Description |
|---|---|
|
|
The context handle. |
|
|
The stylesheet URL. |
|
|
The URL for include, import, and external entities. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|