Hi,

I need to convert the below input to the desired output.

The elements in the input xml is dynamic(it could be one element,two,three n so 
on, not fixed).


Input:



<results>
    <result>
        <Name>thg</Name>
        <Name>rty</Name>
        <Law>England and Wales</Law>
        <Law>Latvia</Law>
    </result>
    <result>
        <Name>gux</Name>
        <Law>India</Law>
    </result>
    <result>
        <Name>abc</Name>
        <Name>xyz</Name>
        <Name>cde</Name>
        <Law>England</Law>
    </result>
</results>?

desired output:

<results>
    <result>
        <Name>thg</Name>
        <Law>England and Wales</Law></result>
    <result>
        <Name>thg</Name>
        <Law>Latvia</Law></result>
    <result>
        <Name>rty</Name>
        <Law>England and Wales</Law>?</result>
    <result>
        <Name>rty</Name>
        <Law>Latvia</Law>?</result>
    <result>
        <Name>gux</Name>
        <Law>India</Law>
    </result>
    <result>
        <Name>abc</Name>
        <Law>England</Law>
    </result>
    <result>
        <Name>xyz</Name>
        <Law>England</Law>
    </result>
    <result>
        <Name>cde</Name>
        <Law>England</Law>
    </result>
</results>?

Thanks
Pragya


"This e-mail and any attachments transmitted with it are for the sole use of 
the intended recipient(s) and may contain confidential , proprietary or 
privileged information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. Any 
unauthorized review, use, disclosure, dissemination, forwarding, printing or 
copying of this e-mail or any action taken in reliance on this e-mail is 
strictly prohibited and may be unlawful."
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to