data binding in html

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthew Monopole

    data binding in html

    say I have some database written in xml as follow:

    <date>today's date
    <news>some news</news>
    <annoucement>so me annoucement</annoucement>
    <funny>somethin g funny</funny>
    </date>
    <date>yesterd ay
    .....<news>, etc
    </date>
    .....goes on the on

    of course, you will have to assume that there is content in each field...
    now, i want to display this information in a table cell <td></td> such that
    it will have a (prev) and (next) button which will scroll the displayed data
    in dates...how can I do this simply?


  • Mark Tranchant

    #2
    Re: data binding in html

    Matthew Monopole wrote:[color=blue]
    > say I have some database written in xml as follow:[/color]

    <snip>
    [color=blue]
    > of course, you will have to assume that there is content in each field...
    > now, i want to display this information in a table cell <td></td> such that
    > it will have a (prev) and (next) button which will scroll the displayed data
    > in dates...how can I do this simply?[/color]



    --
    Mark.


    Comment

    Working...