473,394 Members | 1,802 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Table DATASRC and DATAFLD

Hi,

This code does not work in IE 6.0 but according to some article I found on
the web it should work; however they mention it working in IE 5.5. But then
how come not in IE6?
<html>
<body>
<!--
<?xml version="1.0" encoding="ISO-8859-1"?>
<CATALOG>
<CD>
<TITLE>Empire Burlesque</TITLE>
<ARTIST>Bob Dylan</ARTIST>
<YEARS>
<YEAR>1985</YEAR>
<YEAR>1986</YEAR>
<YEAR>1988</YEAR>
</YEARS>
</CD>
<CD>
<TITLE>Hide your heart</TITLE>
<ARTIST>Bonnie Tyler</ARTIST>
<YEARS>
<YEAR>1988</YEAR>
</YEARS>
</CD>
</CATALOG>
-->

<xml id="cdcat" src="cd_catalog.xml"></xml>

<table border="1" datasrc="#cdcat" id="tblParent">
<tr>
<td><span datafld="ARTIST"></span></td>
<td><span datafld="TITLE"></span></td>
<td>
<table border="0" datafld="YEARS" datasrc="#cdcat"
id="tblChild">
<tr>
<td><span datafld="YEAR"></span></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

How can I make this work?

Thanks,

Yama


Jul 11 '06 #1
0 1034

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Andrus Moor | last post by:
To reproduce: run the following code in IE 6 and right-click in table. Observed result: Error : invalid argument at line var row = table.insertRow(0); Expected result: new row must be...
1
by: Lamberti Fabrizio | last post by:
Hi all, in an html page I'm using databinding inside a table, but I'd like setting datasrc runtime at window_on_load event. I can do that using datasrc property of the table, but I can't update...
3
by: vanisathish | last post by:
Hi I am running a client side javascript timer to periodically refresh the contents of some tables in the HTML page. The table values are dynmically binded from XML DOM object using the <XML tag...
0
by: Yama | last post by:
Hi, This code does not work in IE 6.0: <html> <body> <!-- <?xml version="1.0" encoding="ISO-8859-1"?> <CATALOG>
0
by: Yama | last post by:
Hi, This code does not work in IE 6.0 but according to some article I found on the web it should work; however they mention it working in IE 5.5. But then how come not in IE6? <html>...
0
by: soms | last post by:
Hi all I. Consider the following XML file: "sample.xml" <!-- Start sample xml--> <?xml version="1.0" standalone="yes"?> <NewDataSet> <My_x0001_Table xmlns="myNameSpace1">
2
by: Bogey | last post by:
Hi, I am newby in Xml I want to build a table that i can later manipulate in javascript The Sample.xml contains several Assay with varying number of sample; it looks like that <Assay...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.