I have created a an xml file which i want to merge with the
CruiseControl Log file .
i have used the merge task for that.
the problem is that when it merges it of the following format.

<cruisecontrol>
<build>
  <![CDATA[
<abc>
     <cdf>
         <xyz>Hi</xyz>
     </cdf>
 <cdf>
         <xyz>Hello</xyz>
     </cdf>

</abc>
     ]]>
</build>
<cruisecontrol>

so it is putting the merged file in under comment.
Please help me

regards,
sid

Reply via email to