I need help in creating a console application, where I have to get a list of items from a XML document using a server, remote and client. I have already created a XML document
XML document looks like this:
<clothing>
<pants>Jeans</pants>
<shirt>T-Shirt</shirt>
<shoes>Boots</shoes>
</clothing>
Now my question is where do I go from here? I understand the basics but don't know how to proceed with this, any help will be appreciated, thanks.