How to create delimited string from node set


Scenario:

 Input:


<books>
          <book>SOA</book>
</books>
<books>
            <book>OSB</book>
</books>

Expected output:
       SOA,OSB



Use oraext:create-delimited-string in Assign activity 

It is not available in function list ,manually copy into expression box.





Comments

Popular posts from this blog

How to get only numbers from string in XSLT

How to stop Consumption of messages from weblogic Console