This document will provide a detailed implementation of the steps to be followed to perform this activity.
A..First we have created one param variable and assign its name as ”order”.
B. After that we have assigned input variable to the value part of the param variable.We used ora:getContentAsString() to convert the value of input variable to string.
C.We passed the param variable as a parameter to xslt.
D.In xslt we have first assigned the value of param variable in a temporary variable(name: varParentAccounts).After that we used orcl:parseEscapedXML() function on the temporary variable to get the parsed values and mapped the values to the output variable accordingly.
“oracle.xml.parser.v2.XMLParseException: Start of root element expected”.
Where xmlns:ora=http://schemas.oracle.com/xpath/extension
XML format.Without using orcl:parseEscapedXML()one will get the below error:
“XML-22036: (Error) Cannot convert string to NodeSet”