|
|
|
|
|
Total Hits: 12 | Today: 1 |
Author: Michael Qualls
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 10 | Today: 0 |
Author: Michael Qualls
|
Rating:
|
|

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 XML, I suggest that you do so now. 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....
|
|
|
|
Total Hits: 15 | Today: 0 |
Author: Michael Qualls
|
Rating:
|
|

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 Data to XML and Editing XML with XSL and 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 ...
|
|
|
|
Total Hits: 18 | Today: 0 |
Author: Michael Qualls
|
Rating:
|
|

This article is the final installment in a series of articles on manipulating XML data with ASP. Before proceding with this article, I recommend that you read Saving HTML Form Data to XML, Editing XML with XSL and ASP, and Appending to XML with ASP.
The first thing that I would recommend before proceeding would be to download the files that make up this example and copy them to your Web server so that you can follow along with the examples by running them in your browser as we go....
|
|
|
|
Total Hits: 15 | Today: 0 |
Author: Mohamed Najeeb
|
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....
|
|
|
|
Total Hits: 13 | Today: 0 |
Author: Mohamed Najeeb
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 15 | Today: 0 |
Author: John Peterson
|
Rating:
|
|

While I'm sure many of you know that Microsoft has released version 4.0 of their XML parser, for those of you who don't, well you do now... and this should serve as your wake up call!...
|
|
|
|
Total Hits: 23 | Today: 0 |
Author: Cynthia Carolina
|
Rating:
|
|

XML Stylesheet Transformations (XSLT) is defined as a language for transforming source XML documents into another document formats using XML Path Language (XPath) as a query language. This is particularly useful when incoming or outgoing XML documents do not match the document type expected by the target system....
|
|
|
|
Total Hits: 16 | Today: 0 |
Author: Jayram Tallamraju
|
Rating:
|
|

XSLT is an excellent technology that adds more power to XML. XSLT is a language by itself like most other programming languages. It is the language to transform source data structure to destination data structure and may not be suitable to implement business logic. This means that existing programming languages go hand in hand with XSLT and XSLT adds more power to them. It is possible to get away from XSLT using XML DOM to some extent, but this solution is usually not as elegant in most data/doc...
|
|
|
|
Total Hits: 27 | Today: 0 |
Author: ABitSmart
|
Rating:
|
|

SQL XML enables you to convert the from a stored procedure/user defined function into XML format. Using this functionality, you can work with stored procedures or functions without needing to know the table column information being returned....
|
|
|
|
Total Hits: 35 | Today: 0 |
Author: Brett Burridge
|
Rating:
|
|

This article shows some of the uses of XML and XSL, particularly in the display of data obtained from remote servers using HTTP. The article retrieves sample data obtained from my personal website and displays it on the ASPAlliance.com website in the table and chart below. The table and chart below shows the rough guide to the health of the web development job market. The figures are compiled from June 2001 and show the average daily number of permanent jobs listed on JobServe.co.uk that are bas...
|
|
|
|
Total Hits: 35 | Today: 0 |
Author: Brett Burridge
|
Rating:
|
|

This article shows some of the uses of XML and XSL, particularly in the display of data obtained from remote servers using HTTP. The article retrieves sample data obtained from my personal website and displays it on the ASPAlliance.com website in the table and chart below. The table and chart below shows the rough guide to the health of the web development job market. The figures are compiled from June 2001 and show the average daily number of permanent jobs listed on JobServe.co.uk that are bas...
|
|
|
|
|
|
|