Transform

This method transforms the OracleXmlType into another OracleXmlType instance using the given XSL document.

Overload List:

  • Transform(OracleXmlType, string)

    This method transforms the current OracleXmlType instance into another OracleXmlType instance using the given XSL document (as an OracleXmlType object) and a string of XSLT parameters.

  • Transform(string, string)

    This public method transforms the current OracleXmlType instance into another OracleXmlType instance using the given XSL document and a string of XSLT parameters.