Notes on the XML example |
Home |
if len(website) then not:
Response.Write "<WEBSITE>" & website &
"</WEBSITE>" IE5 makes some things overly difficult. For example, if you want to use data binding on this XML data:
you have to work at it because IE5 auto-expands the attribute:
I'm told the solution is:
Further, IE5 support for XML seems unreliable - I have seen the XML table example not work (empty table). If you get something that looks like XML for the "XML data" but no data for "XML-based Table" - the table should have worked... If neither works - your browser does not support XML (or at least the version I used) OR the database is out-of-date...
|
|