Click here to Skip to main content
15,916,683 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hi,

please tell me how to disable and enable xml child node using c# .net coding.
Posted
Comments
Prerak Patel 16-Aug-11 7:01am    
What do you mean by disabling xml node?
senthil sennu 16-Aug-11 7:04am    
Please clarify your question

1 solution

You can't enable or disable a node in a XML data stream. You can modify the node to indicate ir is to be ignored, but the application would have to know to interpret that attribute (in other words, there's no provision for that kind of thing as far as being a standard).
 
Share this answer
 
v3

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