Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing XML data island to other XML string
Message
From
25/11/2001 14:39:15
 
 
To
25/11/2001 11:09:58
General information
Forum:
Internet
Category:
Microsoft Internet Explorer
Miscellaneous
Thread ID:
00585500
Message ID:
00585550
Views:
26
This message has been marked as a message which has helped to the initial question of the thread.
Andrus,

Your syntax does not work, because the data island is not really a DOM object with a LoadXML method. Try this (remove extra spaces):
< script>
DocHead.innerHTML='< row>< oper>B< /oper>< /row>'
< /script>
Note that to match your original sample, you need to also add the < DocHead> and < /DocHead> at the beginning and end of the above string.

>I need to change value of XML data island to other XML string dynamically.
>However, the following program produces an error
>Object doesn't support this property or method.
>
>< xml id=DocHead javaDSOCompatible="true">
>< DocHead>< row>< oper>A< /oper>< /row>< /DocHead>
>< /xml>
>
>< script>
>DocHead.LoadXML( '< row>< oper>B< /oper>< /row>');
>< /script>
>
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform