Categories
Tags → Xmldom

SoftXMLLib cross-browser JavaScript XML Library

SoftXMLLib includes basic functions and properties that Microsoft.XMLDOM ActiveXObject has. Main problem with manipulating XML files is a compatibility across different web browsers. The purpose of the SoftXMLLib Library is to solve the p...
DETAILS

DomAxh - DOM translated Asynchronous XHTML

DomAXh is a javascript file that inserts XMLHTTP requests results into your page, by translating plain XHTML (plain ''ol HTML that follows certain basic rules) into XML and then back into your page via the browsers DOM. So not having to reload...
DETAILS

Displaying an RSS feed using XMLDom and ASP

Short tutorial about showing the contents of an RSS feed on a webpage using ASP and the XMLDom. Describes each part of the code to make it easier to understand. This is a summary part in my article series about XML, XMLDom and ASP.
DETAILS

XML, XMLDom and ASP, Part 1

A brief introduction to working with the XMLDom in ASP and XPath. Complete with examples and desriptions of everything. First part of several upcoming articles.
DETAILS

Creating a Function to Stream a Recordset to XML

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 A...
DETAILS

Saving HTML Form Data to XML

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 wil...
DETAILS
©2019 A--9.com