Hi,
I have a listbox that is bound to a textblock as target and also has an xml file as source. My problem now is the correct syntax for inserting another listbox in between the listbox and the xml file.
My code is shown below...
.Resources>
.Text>
.ItemTemplate>
.Text>
.ItemTemplate>
.Text>
---------------------------
The XML File is as follows:
---------------------------
<?xml version="1.0" encoding="utf-8"?>
(1) You will need 2 eggs, 1 tbspn butter...
(1) You will need 2 cups of Quaker Oats...
(1) You will need a packet of Pasta...
(1) You will need 4 cups of Beans...
Any help is appreciated.
Thanks