Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
XML
<action>
   <event>
      <name>abc
         <id>12</id>
         <loc>eng</loc>
      </name>
   </event>
   <event>
      <name>xyz
         <id>13</id>
         <loc>ind</loc>
      </name>
   </event>
</action>


If i add one node names as "path" in event then will it reflect in both using c# and Asp.Net .

How to do it please reply

[edit]Code block added, HTML character encoded, indentation added to improve readability - OriginalGriff[/edit]
Posted
Updated 18-Jul-11 4:03am
v3
Comments
Joan M 18-Jul-11 10:09am    
Try to clarify the question a little bit please... you can add a node to one of the nodes so you should program the behavior you would like to get... anyway probably I'm missing your goal here so please try to explain it a little bit more.

1 solution

All the nodes in your example are completely independent; you can change them individually.

—SA
 
Share this answer
 
Comments
Espen Harlinn 18-Jul-11 13:00pm    
right, my 5
Sergey Alexandrovich Kryukov 18-Jul-11 13:06pm    
Thank you, Espen.
--SA
Kim Togo 18-Jul-11 14:01pm    
That is true. My 5.
Sergey Alexandrovich Kryukov 18-Jul-11 14:05pm    
Thank you, Kim.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900