|
Subject:
|
XML and .net
|
|
Posted By:
|
RPG SEARCH
|
Post Date:
|
10/2/2005 6:35:23 AM
|
Hi all,
I have want to use XML to store small amounts of data like this:
At the top i want <listItems> that bind a ddl (already done) and provides an ID value for the DataValueField. On the same xml page i want <itemInfo> where the info corresponds to the listItem id. i want to know how to select the info matching the id.... can it be done just like sql for a datagrid?
have read a few beginners guides and cant find the info i am looking for. anyone know of where good for xml guides?
thanks
David Jenkins ------------------------------------------------------------- Do you want to make extra money around your commitments? Credit cards, bills, loans and a mortgage - all getting you down? Is your pension going to be enough when you retire? There is a solution visit http://www.1stmillion.co.uk or call 01772 489521
|
|
Reply By:
|
jacob
|
Reply Date:
|
10/2/2005 10:46:15 AM
|
Take a look at this...
http://www.w3schools.com/xpath/default.asp
Hope it helps, Jacob.
|
|