XML handling in REXX or JCL
16:38 12 Sep 2013

In a PS file I have XML data as below:

For ex:

(

onlinerecharge


    struts2
    org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter



    struts2
    /*


  index.jsp


)

I want data to come into a single line.(without any spaces in between)

So how should i approach? (Rexx or JCL which one will be easy to handle and maintain)

Please tell me how to approach as well.

xml jcl rexx