| |
| |
This example shows to create an xml file using ASP
|
|
|
| |
| |
This example shows how to display an xml file
|
|
|
| |
| |
The author writes 'Active Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create 'static' documents on the server. This can be particularly useful if you wish to distribute your information on CD or in virtually any document form. This sample example will utilize a US state info db. After reading the contents of the db instead of writing output to the browser html text is written to the server on a file with the .xml file extension. By placing appropriate XML tags around the Db output the XML document that is created on the server than can be read by the browser or any appropriate means.'
|
|
|
| |
| |
This article describes how to create a simple stats tracking program to demonstrate how to deal with records using XML, instead of ADO Object. Source code available for download.
|
|
|
| |
| |
This article shows how to use Internet Explorer's (IE's) modal dialog functionality to divide complex Extensible Markup Language (XML) data manipulation into simple, efficient, manageable units. To explain the technology, it uses the process of building an ice cream sundae as the example throughout this article.
|
|
|
| |
| |
This article examines how to use VBScript classes to transform XML documents for use in a Web application. It creates a handy class to perform a number of XML features, such as rendering XML information from an XSL stylesheet and returning plain XML data. This class encapsulates XML and XSL functionality, making it easier to display XML data in a number of ways.
|
|
|
| |
| |
This article shows how to create an XML document from a Recordset using the Microsoft XMLDOM object. It explains how to create a custom function that will take the contents of a Recordset and return a much friendly-on-the-eyes XML version. Once the ASP page calls this function and has, as a string, the XML structure, it can either save it to disk or write out the contents via Response.Write.
|
|
|
| |
| |
This article explains how to easily migrate HTML pages to XML using HTML Tidy and a COM Wrapper. It discusses a sample conversion of the bookmark file from HTML to XML and then into a browser-neutral tree view. Helpful for sites where a lot of information is maintained as flat HTML pages with their pages sharing similar structure. Supporting source code available for download.
|
|
|
| |
| |
A module that extracts or pulls live YAHOO RSS News Feeds that you can use on your own website. This free tutorial code demonstrates the use of Microsoft's XML and document objects: MSXML2.ServerXMLHTTP, Microsoft.xmlDOM, and RSS. This code shows you how to have full control of the XML data that is returned live by Yahoo News. You can iterate through each news feed and custom format the header, the body and the publication date.
|
|
|
| |
| |
A simple Login Page for your simple or e-commerce site using ASP and MS Access Database without ODBC connection.
|
|
|
| |
|