المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to validate the xml while updating the node of an xml



C# Programming
04-05-2009, 09:54 AM
Hi All,
I have a doubt in C# XML update Operation.
while inserting/Updating/Deleting the node in XML ,I need to validate the xml with the corresponding Schema definition.Can you provide the solution without using the normal schema validation mechanism using C#.because every time while updating the node the normal validation mechanism takes more time for validating entire record.