Hi,
I'm new to xml. Hope you can help me out. Thanks in advance!
I got a problem with xml data binding. Here is a small test I made
to illustrate what I did.
I try to bind the xml data in to a table in I used absolute
path to the xml file:
<xml id="cdcat" src="
Then I bind the xml data to a table:
<table width="400" border="1" datasrc="#cdcat">
<tr>
<td><span datafld="TITLE"></span></td>
<td><span datafld="ARTIST"></span></td>
</tr>
</table>
I open It works perfect.
But if I placed cd_list.html to another server. It did not show
the cd list (
What I'm trying to do is letting an html file from site A
display information in an xml file on site B.
Please help me. If this is not the way it's supposed to be,
could you please give me some idea?
Thank you very much!
I'm new to xml. Hope you can help me out. Thanks in advance!
I got a problem with xml data binding. Here is a small test I made
to illustrate what I did.
I try to bind the xml data in to a table in I used absolute
path to the xml file:
<xml id="cdcat" src="
Then I bind the xml data to a table:
<table width="400" border="1" datasrc="#cdcat">
<tr>
<td><span datafld="TITLE"></span></td>
<td><span datafld="ARTIST"></span></td>
</tr>
</table>
I open It works perfect.
But if I placed cd_list.html to another server. It did not show
the cd list (
What I'm trying to do is letting an html file from site A
display information in an xml file on site B.
Please help me. If this is not the way it's supposed to be,
could you please give me some idea?
Thank you very much!