Transform(OracleXmlType, string)
This method transforms the current OracleXmlType instance into another OracleXmlType instance using the given XSL document and a string of XSLT parameters.
Declaration
// C# public OracleXmlType Transform(OracleXmlType xsldoc, string paramMap);
Parameters
-
xsldocThe XSL document as an
OracleXmlTypeobject. -
paramMapA string which provides the parameters for the XSL document.
For this release,
paramMapis ignored.
Return Value
An OracleXmlType object containing the transformed XML document.
Exceptions
ObjectDisposedException - The object is already disposed.
ArgumentNullException - The xsldoc parameter is null.
InvalidOperationException - The OracleConnection is not open or has been closed during the lifetime of the object.