validating extracting xml record record database
here's deal. i have an xml request lot records. something this:
print("<?xml version="1.0" encoding="utf-8" ?>
<orders>
<order>
<phone>1254</phone>
<city>city1</city>
<state>state</state>
</order>
<order>
<phone>98764321</phone>
<city>city2</city>
<state>state2</state>
</order>
</orders>");
there's also an xsd schema file. i mislay information record insert annals database table. initial impetus i countenance any method record. instance there 5 orders record 2 destroy validation i insert 3 upheld validation db left 2. there thousands annals xml file. best proceed here. validation given i need dump unsuccessful annals wholly ones upheld validation. during impulse i'm controlling xmlreadersettings countenance xml request records. should i mislay annals another xml record dataset tradition vigilant before i insert db. i'm controlling .net 3.5. any formula couple welcome.
Comments
Post a Comment