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 11:09:58
 
 
To
All
General information
Forum:
Internet
Category:
Microsoft Internet Explorer
Title:
Changing XML data island to other XML string
Miscellaneous
Thread ID:
00585500
Message ID:
00585500
Views:
34
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.

How to assign XML string to data island in javascript ?

Please remove spaces after < characters while trying this sample.
< xml id=DocHead javaDSOCompatible="true">
< DocHead>< row>< oper>A< /oper>< /row>< /DocHead>
< /xml>

< script>
DocHead.LoadXML( '< row>< oper>B< /oper>< /row>');
< /script>
Andrus
Next
Reply
Map
View

Click here to load this message in the networking platform