Data Island Binding Problem......

wxdqz

New Member
The book has a simple binding example - however I have a project where Ihave the same element , say a <title > tag, that means different things dependingon the node that it is under...example is here>> <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