| 
Oracle® XML API Reference  
 10g Release 1 (10.1) Part No. B10789-01  | 
  | 
| 
 | 
 | 
Table 22-1 summarizes the datatypes of the Xsl package.
Table 22-1 Summary of Datatypes; Xsl Package
| Datatype | Description | 
|---|---|
| XslCompIdType
 | 
Defines XSL compiler identifiers. | 
| XslExceptionCode
 | 
Defines XSLT related exceptions. | 
| XslTrIdType
 | 
Defines XSL transformer identifiers. | 
Defines XSL compiler identifiers.
typedef enum XslCompIdType {
   XvmCompCXml = 1
} XslCompIdType;
Defines XSLT related exceptions.
typedef typedef enum XslExceptionCode {
   XSL_UNDEFINED_ERR = 0,
   XSL_OTHER_ERR = 1 
} XslExceptionCode;
 
Defines XSL transformer identifiers.
typedef enum XslTrIdType {
   XslTrCXml         = 1,
   XvmTrCXml         = 2
} XslTrIdType;