Transforms the current
OracleXml object according to the specified XSL schema.
'Declaration
Public Overloads Function Transform( _
ByVal As String _
) As OracleXml
Parameters
- xsldoc
- XSL schema to transform OracleXml.
Return Value
A new
OracleXml received as a result of the transformation.