Convert comma-delimited String to XML Node
Content
Hi,
I am trying to convert an input variable which contains comma-delimited string values into an XML nodeset using oraext:create-nodeset-from-delimited-string and Stage File action. I have gone through other posts on the forum but i am not able to convert the delimited value in nodeset. Please let me know if there is an alternative approach or any help on below approach will be helpful.
$Vars_CountryStringFilter = A,B,C
XSLT for Stage Write action : StageWriteXSLT.xsl
XSD for Stage Write action : StageWriteSchema.xsd
Request log for Stage Write action : StageWriteRequest.log
With above approach .attached is the snapshot of the payload(StageWriteRequest.log) sent to Stage Write action . However, an empty file is getting generated when i write the stage file reference to FTP.