Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  101
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, July 19, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > XML > XML and ASP
Search
DevASP

What's New
What's Hot

Reading XML file with ASP       
Total Hits: 398  |  Today: 0 Author: Faisal Khan.       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML stands for Extensible Markup Language. XML can be used in many ways and one of which is 'data storage'. This is the one we will be exploring in this article. XML along with XSL ( Extensible Stylesheet Language ) can by used to present data on the web pages. XML provides the data and XSL allows us to present it the way we want. Remember though that not all browsers support XML on the client side, only Micrsoft Internet Explorer 5.0 and above support XML. XML can also be used to perform RPC ( ...

A Couple of ASP Functions for XML Data Transfer       
Total Hits: 262  |  Today: 0 Author: sjuarez1979       Rating:  
Read Reviews | Write Review |              Your Rating: 

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

'AspDoc' - Documenting your ASP code with XML       
Total Hits: 327  |  Today: 0 Author: Alastair Fettes       Rating:  
Read Reviews | Write Review |              Your Rating: 

Documenting ASP then in turn creating application specs of your site can be tiresome at best. In my opinion it is a shame that ASP doesn't have a built in function similar to Java with its Javadoc - this is my solution. This simple ASP page will search through a specified directory, take any ASP page it finds and then grab specially labeled comments and add them to a main XML object. As a bonus I've made it so that you can document your whole site and maintain the directory structure of the site...

Front End XML For ASP Developers       
Total Hits: 1209  |  Today: 0 Author: Eugene Gilerson       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article the author will explore the most widely employed uses of XML as a language, and illustrate industry-level examples of building XML data files, as well as ways of processing them within ASP and Visual Basic using MSXML parser....

An ASP Class for XML Data Transfer       
Total Hits: 1471  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

clsXML.asp is can actually be used in a huge variety of ways. For example, if there is a need to store a recordset in XML, this class greatly aids in that process. It is very robust and allows for some pretty neat things. Only one property: File. It needs to know where to look otherwise a new XML document must be created. In other words, if you try to get fields before specifying the document, it will not work....

XML Strengths and Weaknesses with DOM, ASP and XSL       
Total Hits: 693  |  Today: 2       Rating:  
Read Reviews | Write Review |              Your Rating: 


Since the inception of XML, many developers have wondered why we need XML... How is it better than HTML and what does it do? For starters, XML is far more powerful than HTML, and the power resides in the "X" in XML (which stands for extensible). Rather than providing a set of pre-defined tags (as in the case of HTML), XML specifies the standards with which you can define your own markup languages with their own sets of tags. XML is therefore a meta-markup language, allowing you to define an infi...

How is XML Used in ASP?       
Total Hits: 226  |  Today: 0 Author: Stephen Mohr       Rating:  
Read Reviews | Write Review |              Your Rating: 

Why do we want to use XML as a tool in an ASP-based application? HTML, after all, has served us well so far and it, too, is text. As I see it, XML does three important things for the ASP community. First, it divorces data from its presentation. This has long been the biggest strike against HTML, in which data is submerged beneath presentation. Second, like HTML, it allows us to transmit data between dissimilar platforms without concern. In this, XML preserves the best of HTML and enhances it. I...

XML for the VB/ASP Programmer       
Total Hits: 180  |  Today: 1 Author: Paul Litwin       Rating:  
Read Reviews | Write Review |              Your Rating: 

Paul Litwin is a senior consultant with Litwin Consulting and MCW Technologies focusing on application development employing ASP, Access, Visual Basic, Visual InterDev, SQL Server, and related technologies. Paul is the conference chair for ASP Connections, VB Connections, and XML Connections conferences. He has written several books including the Access 2000 Developer's Handbook, Volume I: Desktop Edition, Access 2000 Developer's Handbook, Volume II: Enterprise Edition, Intranet & Web Databases ...

Server-Side XML in ASP       
Total Hits: 148  |  Today: 0 Author: Adam S. Cartwright       Rating:  
Read Reviews | Write Review |              Your Rating: 

With the upcoming release of Internet Explorer 5.0, it is much easier to use XML in Web applications. Here is some information on how to harness the power of the updated XML Document Object Model (DOM) on the server to parse and use XML data in ASP applications....

An ASP Class for XML Data Transfer       
Total Hits: 219  |  Today: 0 Author: Seth Juarez       Rating:  
Read Reviews | Write Review |              Your Rating: 

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 handles more things. clsXML.asp is the actual class and objXML.asp is an implementation of the class. It can actually be used in a huge variety of ways. For example, if there is a need to store a reco...

Accessing XML Data using ASP, Part 2       
Total Hits: 176  |  Today: 0 Author: Bipin Joshi       Rating:  
Read Reviews | Write Review |              Your Rating: 

Some times you may want to build entire XML document in memory by yourself. This can be the case if your data is stored in RDBMS and you want to convert in into XML only for processing. You can create XML in memory in two ways:
1. Using XMLDOM methods like createElement() and appendChild()
2. Directly loading XML data in the form of a string...

Fullxml 2       
Total Hits: 559  |  Today: 0 Author: john roland       Rating:  
Read Reviews | Write Review |              Your Rating: 

Fullxml is a free, opensource, instant portal based upon XML, XSL and ASP technology....

XML report writer       
Total Hits: 217  |  Today: 0 Author: Riaan Snyders       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a report writer creating a xml data island via asp and javascript. A dll version is in the working....

HOWTO: Retrieve XML Data in ASP with the XML OLE-DB Simple Provider       
Total Hits: 1296  |  Today: 0 Author: microsoft.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

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

ASP/XML Guestbook        
Total Hits: 1829  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a quick and easy guestbook application using ASP and an XML data file. There's nothing to configure... just put the two files in the same directory with each other, and it's all good.

...

XML and ASP       
Total Hits: 2016  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Stephen reviews the tools and techniques needed to use XML in an ASP based Web Application. He will be discussing Server Side XML topics in detail, and also covering topics such as IE5 support for XML, IIS configuration, parsing and using Client Side XML....

Processing of Financial Data using XML and ASP       
Total Hits: 168  |  Today: 0 Author: Rafay Bin Ali.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Today I talk about how the XML technology may be used to simplify the electronic communication of financial documents. Corporate financial documents are commonly represented by means of balance sheets, income statements, statement of cash flows, etc. These various parts of an organization’s financial statements adhere to guidelines established by the Securities and Exchange Commission (Pakistan) or to GAAP. Since the financial documents fit neatly (most of the times) into a well-defined and laid...

Chat Using ASP & XML       
Total Hits: 289  |  Today: 0 Author: Mohamed Najeeb       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article assumes that you are familiar with ASP, XML and HTML. Using this chat system, we can chat how we conventionally chat, in public as well as private modes. Even though I've implemented most of the conventional features such as unique nick names, the reader is welcome to incorporate any other features they require. Please note that I didn't worry much about memory usage on the server side and the code that allots user ids obviously needs improvement. Let us talk about the overall funct...

An ASP Class for XML Data Transfer       
Total Hits: 227  |  Today: 0 Author: Seth Juarez       Rating:  
Read Reviews | Write Review |              Your Rating: 

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 handles more things. clsXML.asp is the actual class and objXML.asp is an implementation of the class. It can actually be used in a huge variety of ways. For example, if there is a need to store a reco...

XML Strengths & Weakness’ with DOM, ASP & XSL       
Total Hits: 188  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article explains in a very simple manner how you can use XML in ASP and VB....


1  2  Next >> 

DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com