|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
ggg
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Problem in IE6.0 regarding XML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|