|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
An IE 6 question.... On IE 6, How do you bind a data island to a table when the xml loaded in the
data island has attributes associated each tag... On IE 5.5, the following syntax was sufficient. on IE 6 this seems to fail <xml id="myXML" > <?xml version="1.0" ?> <ticker> <item> <message status='s'>JavaScript Ticker using XML DSO</message> </item> </ticker> </xml> <table datasrc="#myXML" border="1"> <tr align="middle" > <td > <table datasrc="#myXML" datafld="message"> <tr> <td> <span datasrc="#myXML" type="text" datafld=$text ></span> </td> </tr> </table> </td> </table> |
|
#2
|
|||
|
|||
|
Hi,
I have executed the code that u hav provided, on IE6 and it is workin fine, the only statement that I added was : <xml id="myXML" src="devshed.xml"></xml> where devshed.xml is the name of the xml code that u hav provided. I included the above statement just before: <table datasrc="#myXML" border="1"> <tr align="middle" > followed by the remaining code as is it. I am not sure if this is what u are looking for but anyways, thought if this could help you. Regards, Rajani. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > IE 6 Issue related To XML Programming |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|