Archive for Category: Uncategorized

SOAP Soup

Introduction Simple Object Access Protocol is one of the neatest XML based technologies to be introduced as of late, yet many people are still trying to get a handle on all of the new terms and acronyms that SOAP has uncovered. This article is written to help you dig through the SOAP...

Read More

Using XML to build an ASP+ config.web Editor

Introduction ASP+ configuration information is stored in XML-based configuration files. Using built-in features of IIS 5.0 and IE 5.0 such as the FileSystemObject, the XML Document Object Model (DOM) and XML Data Islands, we can easily develop a rich tool for modifying and editing these configuration files. In this...

Read More

Saving HTML Form Data to XML

Introduction This example assumes that you are familiar with ASP, XML and HTML 4.0. Storing your form submissions in XML Usually form submissions in ASP are written to some sort of database management system. However, if you need your form submission data to be more portable, it can be...

Read More

Editing XML with XSL and ASP

Introduction This example assumes that you are familiar with ASP, XML and HTML 4.0. Data stored in XML files can easily be edited from the Web This article is a follow up to the Saving HTML Form Data to XML article. If you have not read Saving HTML Form Data to...

Read More

Appending to XML with ASP

Introduction This example assumes that you are familiar with ASP, XML and HTML 4.0. Append new “records” to your XML files This article is the third in a series of articles on manipulating XML data with ASP. Before proceding with this article, I recommend that you read Saving HTML Form...

Read More

Online Exam Using XML & ASP

Introduction This article assumes that you are familiar with ASP, XML and HTML. Using this OnLine Exam system, we can conduct any type of objective type examinations on line. Eventhough I implemented most of the conventional things, the reader is highly appreciated to incorporate all other features whatever so....

Read More

A Couple of ASP Functions for XML Data Transfer

Introduction One of our visitors decided they would give something back. It’s not much, but here are a couple of ASP functions for XML Data transfer that they found to be very useful. Two functions that allow for XML Data transfer getXMLField Function getXMLField(strFieldName) Dim objDom Dim objRoot Dim...

Read More

Transforming XML with XSLT and ASP

XML for ASP.NET Developers By Dan Wahlin Softcover – 484 Pages Published by Sams ISBN: 0672320398 Buy a Copy Chapter 7: Transforming XML with XSLT and ASP.NET In This Chapter: What Is XSLT The Transformation Process Getting Your Feet Wet with XSLT The XSLT Language  XSLT Functions .NET Classes...

Read More

Early Adopter VoiceXML

Early Adopter VoiceXML Softcover – 311 Pages Published by Wrox Press ISBN: 1861005628 Buy a Copy What does this book cover? An overview of the development and deployment environments available VoiceXML 1.0 syntax tutorial Grammar use, including JSGF and Nuance GSL syntax Use of VoiceXML with XSLT, ASP, JSP,...

Read More

An ASP Class for XML Data Transfer

It is assumed that the reader has a good understanding of ASP, VBScript classes and XPath. Hey, I wrote the “A Couple of ASP Functions for XML Data Transfer” functions and, as any self-respecting programmer, was unhappy with its stiffness. I decided enough is enough and created an actual class that...

Read More