Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> ASP / ASP.NET -> XML Articles Adds this page to your personal favorites
  XML
A Beginners Guide to Creating and Displaying Your First XML Document
This first of a two-part series articles explains how to create an XML document and how to assign data types to the values in the XML document.
Visits: 6276 Updated: 2001-7-8  Rating: (Not Rated)  More info & Ratings
A better approach to handle large data navigation
Combining the better approach of server side data fetching with client side data mgmt using XMLHTTP Request object and XML data island, will result a web-based data explorer with no more refreshing page and no more long loading time on the first request.
Visits: 1761 Updated: 2001-10-31  Rating: (Not Rated)  More info & Ratings
Advertisment
Accessing XML Data using ASP
This article covers the variety of ways that XML data can be accessed from an ASP page.
Visits: 3082 Updated: 2000-10-20  Rating: (Not Rated)  More info & Ratings
Add XML Newsfeeds to Your Site
This tutorial explains how to fetch XML data from an external web site and transform the data into HTML through XSL and ASP.
Visits: 1214 Updated: 2001-6-28  Rating: (Not Rated)  More info & Ratings
Appending to XML with ASP
This article is the third in a series of articles on manipulating XML data with ASP.The example in this article is very similar to the example on Saving HTML Form Data to XML. However, instead of creating a new file each time that the form is submitted, we will check to see if the file already exists, and if it does, we will append to it. Using this type of technique, we are creating a data construct similar to a data base table.
Visits: 2863 Updated: 2001-10-2  Rating: (Not Rated)  More info & Ratings
Asynchronous Tree
Using XMLHTTPRequest to build "One Page Style" Tree Navigation with asynchronous load of data from the database
Visits: 1118 Updated: 2001-10-31  Rating: (Not Rated)  More info & Ratings
Converting Hierarchical Recordsets Into XML
A series of articles that deals with using XML and the latest in XSLT technology to create a dynamic web application.
Visits: 1585 Updated: 2000-8-4  Rating: (Not Rated)  More info & Ratings
Create an Generic ASP Page to Test XSL Transformations
This article demonstrates how to create a generic ASP page that allows you to evaluate the outcome of using different XSLT documents to transform an XML document without adding or modifying an <?xml-stylesheet?> processing instruction in the XML document.
Visits: 584 Updated: 2001-9-10  Rating: (Not Rated)  More info & Ratings
Creating a Function to Stream a Recordset to XML
This article examines a custom function that saves a Recordset object in a more readable format.
Visits: 1839 Updated: 2001-6-7  Rating: (Not Rated)  More info & Ratings
Creating an XML and XSL Class
This article examines how to use VBScript classes to transform XML documents for use in a Web application.
Visits: 1587 Updated: 2001-6-20  Rating: (Not Rated)  More info & Ratings
Customizing the COMponent to Create an XML Structure
A series of articles that deals with using XML and the latest in XSLT technology to create a dynamic web application.
Visits: 1398 Updated: 2000-8-4  Rating: (Not Rated)  More info & Ratings
Databinding with XML
XML is becoming a serious data source for some and this article will show you how to use it with server controls.
Visits: 655 Updated: 2002-2-23  Rating: (Not Rated)  More info & Ratings
Displaying an RSS Feed using ASP
This tutorial will walk you through adding dynamic content from an RSS 2.0 data feed. RSS is a XML format for syndicating news content, web site updates, and blogs. Learn how to add this content to your web site with ASP.
Visits: 321 Updated: 2006-9-17  Rating: (Not Rated)  More info & Ratings
Editing XML with XSL and ASP
This article is a follow up to the Saving HTML Form Data to XML article. This article builds upon it. I have received pretty positive feedback on the Saving HTML Form Data to XML sample, but many people wanted to know how to edit the XML data. So, without further ado, here it is: Editing XML with XSL and ASP.
Visits: 802 Updated: 2001-10-2  Rating: (Not Rated)  More info & Ratings
Getting Started with XML
An introduction to XML, which stands for EXtensible Markup Language, is a means by which data can be stored in an easy to read, textual implementation.
Visits: 2343 Updated: 2000-8-4  Rating: (Not Rated)  More info & Ratings
Handling Binary And Image Data Along With Textual data In XML Over the Wire
We needed a way to handle accountholder signature images to be transported in XML in such a way that the image of the person's signature (or really, any binary data) could be transported...
Visits: 1134 Updated: 2001-9-23  Rating: (Not Rated)  More info & Ratings
HOWTO: Retrieve XML Data in ASP with the XML OLE-DB Simple Provider
This article includes step-by-step instructions to set up an ASP client that demonstrates the use of the OLEDB Simple Provider for XML to access hierarchical XML data.
Visits: 870 Updated: 2001-8-16  Rating: (Not Rated)  More info & Ratings
HOWTO: Retrieve XML Data with an XPath Query in an ASP Client
This article demonstrates how to retrieve an eXtensible Markup Language (XML) data stream from a SQL Server 2000 mapping schema by using an XPath query for an Active Server Pages (ASP) client.
Visits: 798 Updated: 2001-8-16  Rating: (Not Rated)  More info & Ratings
Importing XML into a RecordSet
Navigating XML using the XMLDOM can get quite hard and confusing, make it easy by using a recordset instead.
Visits: 1045 Updated: 2002-2-23  Rating: (Not Rated)  More info & Ratings
Practical uses of XML and XSL
Practical uses of XML and XSL with Classic ASP
Visits: 903 Updated: 2002-1-28  Rating: (Not Rated)  More info & Ratings
Saving HTML Form Data to XML
Usually form submissions are written to some sort of text file or database. If you need your form submission data to be more portable, however, it can be written to an XML file. This article will show you how.
Visits: 1130 Updated: 2001-3-25  Rating: (Not Rated)  More info & Ratings
Saving HTML Form Data to 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 written to an XML file. This is especially useful when the data you are gathering on your Web site will be sent to applications on non-Windows platforms. Since XML is completely portable across all platforms the data will not need to be converted.
Visits: 1135 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
Searching an XML File with XSL and ASP
This article is the final installment in a series of articles on manipulating XML data with ASP.
Visits: 818 Updated: 2001-3-26  Rating: (Not Rated)  More info & Ratings
Searching an XML File with XSL and ASP
This article is the final installment in a series of articles on manipulating XML data with ASP. So far we have learned to add, append, and edit records in XML files using ASP. This article puts on the finishing touches in order to tie all of these processes together.
Visits: 1110 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
SQL Server 2000 and XML: Developing XML-Enabled Data Solutions for the Web
Using XML for data access allows you to separate the data from the presentation, and promotes reuse, extensibility, and division of labor. XML also has a simplified data model, which promotes easier testing. This article presents and compares five data access approaches, using a variety of technologies including ASP and ADO, XSLT, and DirectXML. Once built, the solutions are compared on the basis of their speed and efficiency.
Visits: 809 Updated: 2002-2-23  Rating: (Not Rated)  More info & Ratings
Tracking Web Page Visitors with XML
This article creates a simple stats tracking program to demonstrate how to deal with records using XML, instead of ADO Object.
Visits: 878 Updated: 2001-8-2  Rating: (Not Rated)  More info & Ratings
Use OPENXML to Minimize SQL Server Database Calls
Learn how to use the new SQL Server 2000 OPENXML functions to reduce database calls and boost your application's performance.
Visits: 2322 Updated: 2000-12-22  Rating: (Not Rated)  More info & Ratings
Using Microsoft's XMLHTTP Object to Get Data From Other Web Pages
There is lesser known option from Microsoft that retrieves data from other web sites via HTTP requests. Microsoft's suite of XML DOM (Document Object Model) components includes the XMLHTTP object
Visits: 4080 Updated: 2000-11-26  Rating: (Not Rated)  More info & Ratings
Using XML to Improve File-Upload Processing
This article examines an example of multiple binary file uploading for Web applications using XML, without the typical limitations of traditional file upload processing.
Visits: 1841 Updated: 2001-5-28  Rating: (Not Rated)  More info & Ratings
Using XML To Supercharge Website Performance
Learn how to use XML to boost the performance of your SQL Server-based website.
Visits: 1773 Updated: 2001-1-5  Rating: (Not Rated)  More info & Ratings
XML & Binary Data
In this article I'll show you how to pass binary data as part of XML document and we will learn this by passing a signature image file associated with each bank account, as an example.
Visits: 821 Updated: 2001-9-28  Rating: (Not Rated)  More info & Ratings
XML and XSL with ASP
This article explains in a very simple manner how you can use XML in ASP and VB. Since the inception of XML people many developers have wondered why we need XML... How is it better than HTML?
Visits: 3177 Updated: 2000-10-19  Rating: (Not Rated)  More info & Ratings
XML Bar Chart
This article basically shows how to generate bar/column charts using an extensible stylesheet template and an XML source file
Visits: 755 Updated: 2004-5-7  Rating: 
XML for the VB/ASP Programmer
This aticle goes in details providing plenty of source code and tips.
Visits: 5364 Updated: 2001-9-29  Rating: (Not Rated)  More info & Ratings
XML News Feed
This article shows how to access remote XML data and display it by means of the DataGrid server control.
Visits: 671 Updated: 2001-7-3  Rating: (Not Rated)  More info & Ratings
XML Parsing and DHTML
Want to parse a XML String or Want to learn how you can create HTML Elements using VBScript?
Visits: 747 Updated: 2002-1-28  Rating: (Not Rated)  More info & Ratings
XML Strengths and Weaknesses
An Article on XML Strengths and Weaknesses with DOM, ASP and XSL
Visits: 721 Updated: 2002-4-12  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Files
   ASP Development tools
    ASP Development tools
   ASP Sourcecode
    ASP Script
 Articles
   XML Articles
    General
    XSL
    Schemas
 

Sponsored Links 
.Net Application Updating
One easy to use component adds safe and reliable updating features. Download today for a free trial.
BugSplat - Automatic Crash Analysis
Fast online exception analysis. Capture customer crash data online.
.Net Localization in three simple steps (WYSIWYG)
Localize .Net, C#/C/C++ & Delphi apps visually. HTML, HTML Help, XML & databases. Try Sisulizer now!
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
Wireless Week brings the entire wireless communications industry all the news, every week in an attractive, inviting format.
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.