December 1999
Intermediate to advanced
992 pages
22h 3m
English
IE5 has a DSO written in C++. Not only does this support data binding to HTML elements, but it creates a DOM of the loaded XML document. The XML document can then be accessed using script. The C++ XML DSO can be instantiated directly using the object element, or it can be called via an XML island (more about XML islands later). We will look at the first option first.
An instance of the XML DSO is created by using the OBJECT element. Here is the syntax for instantiating the object:
<OBJECT width=0 height=0
classid="clsid:550dda30-0541-11d2-9ca9-0060b0ec3d39"
id="xmldso">
</OBJECT>
To load an XML document into this object, you must use scripting rather than setting the values with parameter elements. ...
Read now
Unlock full access