|
|
[2003-08-22] Using the XML Data Source Object The XML Data Source Object (DSO) is a Microsoft ActiveX control built into Microsoft Internet Explorer 4+. Using this object, it is possible to extract content from an external XML file or XML data embedded in the HTML file into a HTML page. In this article, I'll explain how to include the XML DSO, extract content from an external XML file, extract XML data from XML data embedded in the webpage and manipulation using JavaScript.
[2003-08-05] XML and JavaScript Tutorial XML is a very important base on which Web Services work. XML can be used in conjunction with a lot of client side and server side languages to put it to good use.
Let us see how we can get XML and client side JavaScript to work together. We will see how we can display the contents of an XML file using JavaScript, accessing child elements, manipulating elements etc.
|
|