-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Ambrose
Message 1 in Discussion

Hi All, I have a XML like the below. <root>
 <TradeNameList>
  <TradeId>4375</TradeId>
  <CSI>
   <ID>0145000</ID>
   <Name>Testing and Inspection Services</Name>
  </CSI>
 </TradeNameList>
 <TradeNameList>
  <TradeId>4376</TradeId>
  <CSI>
   <ID>0145000</ID>
   <Name>Testing and Inspection Services</Name>
  </CSI>
  <CSI>
   <ID>0173015</ID>
   <Name>Drilling</Name>
  </CSI>
 </TradeNameList>
</root> From this XML I want to remove the child Node 
<CSI><ID>0145000</ID><Name>Testing and Inspection Services</Name></CSI> which is under 
TradeId 4376. The Same CSI Tag can be under more than one TradeId so i Queried the 
TradeNameList with checking for TradeId and from that i tried to remove the CSI tag. 
But Its showing some error saying parameter is not a child.  Any thing will be helpful 
for me.   Thanks Anandraj.A.

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to