I had posted a question a while back about a project I was working on. I got a good response from Dorin. The project got put on hold for a while and now its back on and I need some help.
I create an XML File and I get to a section where I create some child nodes within the section. I need to immediatly tie those child nodes to a DataGrid, and be able to edit them.
This is the Structure:
-
The Cost Tag values and the text between them is what I need to add to the datagrid. Being new to XML it is a pretty hard task for me. Any help will be greatly appreciated.
I create an XML File and I get to a section where I create some child nodes within the section. I need to immediatly tie those child nodes to a DataGrid, and be able to edit them.
This is the Structure:
-
Code:
<Section2> <text>Section 2 Description Text goes here</text> <cost1 value="10.11">test text cost 1 section 2</cost1> <cost2 value="20.22">test text cost 2 section 2</cost2> </Section2>