
September 10th, 2011, 02:40 PM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 1
Time spent in forums: 19 m 34 sec
Reputation Power: 0
|
|
|
Need to filter the XML
Sample XML i posted below.
<blockTO>
<GroupId xsi:nill="true"/>
<AF>DN</AF>
<AC>UU</AC>
<Name>Karthik</Name>
</blockTO>
1. if the groupId is null the element should be removed
2. if AF is DN then change AC to AU
|