Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help me with xml data binding!

Status
Not open for further replies.

bitbyxml

Programmer
Joined
Apr 12, 2004
Messages
1
Location
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top