Data Island Binding Problem......

wxdqz

New Member
I have a project where I have the same element , say a <title > tag, thatmeans different things dependingon the node that it is under...example is here. When I try to use html bindingto the data island how do I specify the nodethat I want to use?>> <XML id="dsoBooks">> <book>> <title>Book Title num1</title>> </book>>> <author>> <title>Mr author</title>> </author>> </XML>>> <table datasrc="#dsoBooks">> <tr><td>> Book title:> <input datafld="title"> <!--This is the book title I need to reference-->> Author title:> <input datafld="title"> <!--This is the author title I need to reference-->> </td></tr>> </table>
 
Back
Top