javascript - how to get the XML data whose record state is other than Original using Jquery -



javascript - how to get the XML data whose record state is other than Original using Jquery -

consider have xml below

<x> <grouprecord> <p1><![cdata[kk]]></p1> <x1> <grouprecord linenumber=0 recordstate=0 > <c1><![cdata[1]]></c1> <x2> <grouprecord linenumber=0 recordstate=1 > <c2><![cdata[1]]></c2> </grouprecord> </x2> <x3> <grouprecord> <c3><![cdata[ffd]]></c3> </grouprecord> </x3> </grouprecord> </x1> </grouprecord> </x>

if observe @ each grouprecord level have attribute called recordstate help in knowing whether info getting modified-4 or deleted-3 or inserted-1 or updated-2 or orginal-0. using jquery how xml info recordstate other original @ each nodel level. helpful if can achieved xml well

javascript jquery xml

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

Set Up Of Common Name Of SSL Certificate To Protect Plesk Panel -