Help

G

Guest

Gurus

I have a Q on best approach for a specific scenario.

I have an XML string
<SampleXML ID="A" Level="5" Amount="999">
<Access Name="X" Permission="1" />
</SampleXML >

<SampleXML ID="B" Level="3" Amount="9999">
<Access Name="z" Permission="2" />
</SampleXML >


I can get more than 1 XML strings , in this example its ID="A" and ID="B"

what i need to do is to parse the XML strings and compare each attribute
between A and B (it can also be A ,B and C or more) and create a new XML
string with the BEST attributes between them.

The number of attributes will be fixed, but the number of XML strings are not.

Thanks


--
http://pathidotnet.blogspot.com
=====
vInAypAtHi
o__
---_,>/'_------
(_) \(_)
---------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top