Hi ,

when am modifying an xml file using xml task am getting an issue , it is 
modifying the Tag which I didn't want to change .



here my xml structure :



</di>

      <am>

            <XXXXXMessageManager>

                        <AmCacheRegion>YYY.AM</AmCacheRegion>>

            </XXXXXMessageManager>

      </am>

 </di>



But whenever I run the xml task to modify the content in the xml it is 
modifying the tag to...

</di>

      <am>

            <XXXXXMessageManager>

                        <AmCacheRegion>YYY.AM</AmCacheRegion>&gt;

            </XXXXXMessageManager>

      </am>

 </di>


Why exactly the issue is coming am not able to understand .

Note : In this tag am not replacing any value.

Can you please help to resolve this issue ASAP.


Thanks
Praveen
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to