| |
| |
The XML data island in IE 5.x provides a simple and convenient way to dynamically alter the content of a Web page using data stored either locally or remotely in XML format. This article demonstrates how to change the data content of your Web application pages client side through the use of DHTML events and dynamic data binding with XML island DSOs, and helps you decide in what format the XML should be saved.
|
|
|
| |
| |
This article lays out how to use ASP and JScript to open and read XML files.
|
|
|
| |
| |
This tutorial explains how to fetch XML data from an external web site and transform the data into HTML through XSL and ASP.
|
|
|
| |
| |
As a follow-up to the 'Saving HTML Form Data to XML' article, this tutorial explains how to edit XML files using XSL and ASP. This example assumes that you are familiar with ASP, XML and HTML 4.0.
|
|
|
| |
| |
Form submissions in ASP are usually written to some sort of database management system. However, if you need your form submission data to be more portable, you may want to write it to an XML file. Especially useful when the data you are gathering will be sent to applications on non-Windows platforms. This tutorial explains how to write a form submission to an XML document using the Microsoft XMLDOM Object.
|
|
|
| |
| |
This 2-page article discusses multiple ways to access XML data from an ASP page. This article provides some great examples and describes the techniques for developers relatively new to XML. If you're interested in learning about XML, or need to brush up on your XML skills, this article is for you.
|
|
|
| |
| |
This is a short tutorial describing how to process and and the MS XML Parser.
|
|
|
| |
| |
This tutorial provides introduction to XML and then moves on to create an XML page. Step by step instructions are given to read the data from XML file using ASP pages. Sample Code and online demo available.
|
|
|
| |
| |
This is a simple procedure to show how to use an XML file as datasource to build a datagrid in ASP. This code basically shows how to display and navigate/page-thru and xml data file
|
|
|
| |
| |
Tutorial and code on how to use Microsoft's XMLHTTP object to communicate with a remote website/webpage and check for the existence of reciprocal link back.
|
|
|
| |
|