- From: Gowri Paranthaman <Gowri-us@aditi.com>
- Date: Sat, 16 Jun 2001 00:55:30 -0700
- To: JAMES BUULTJENS <it.consultant@usa.net>, www-html@w3.org
specifying x-schema will instruct IE to load the schema for validation and probably fails in your case (where is this declared? usually you link to a file or the schema should be defined in the same file with the name you are using). So, try an accessible file for x-schema value or if you simply want to use a namespace, don't use "x-schema:uniquename". Just use "uniquename". Gowri. -----Original Message----- From: JAMES BUULTJENS [mailto:it.consultant@usa.net] Sent: Friday, June 15, 2001 3:52 AM To: www-html@w3.org Subject: XMLNS & HTML binding Importance: High Hi, An XML string can be bound to HTML objects using DSO. This seems to work fine as long as a namsspace is not declared. The following binds: <row> <name>Rick</name> <age>34</age> </row> however this XML string will not bind to HTML objects <row xmlns="x-schema:uniquename"> <name>Rick</name> <age>34</age> </row> environment : IE + VBScript any suggestions would be much appreciated. James ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1
Received on Saturday, 16 June 2001 03:40:37 UTC