|
|
|
|
|
Total Hits: 398 | Today: 0 |
Author: Faisal Khan.
|
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 ( ...
|
|
|
|
Total Hits: 262 | Today: 0 |
Author: sjuarez1979
|
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....
|
|
|
|
Total Hits: 327 | Today: 0 |
Author: Alastair Fettes
|
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...
|
|
|
|
Total Hits: 1209 | Today: 0 |
Author: Eugene Gilerson
|
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....
|
|
|
|
Total Hits: 1471 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 693 | Today: 2 |
|
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...
|
|
|
|
Total Hits: 226 | Today: 0 |
Author: Stephen Mohr
|
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...
|
|
|
|
Total Hits: 180 | Today: 1 |
Author: Paul Litwin
|
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 ...
|
|
|
|
Total Hits: 148 | Today: 0 |
Author: Adam S. Cartwright
|
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....
|
|
|
|
Total Hits: 219 | Today: 0 |
Author: Seth Juarez
|
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...
|
|
|
|
Total Hits: 176 | Today: 0 |
Author: Bipin Joshi
|
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...
|
|
|
|
Total Hits: 559 | Today: 0 |
Author: john roland
|
Rating:
|
|

Fullxml is a free, opensource, instant portal based upon XML, XSL and ASP technology....
|
|
|
|
Total Hits: 217 | Today: 0 |
Author: Riaan Snyders
|
Rating:
|
|

This is a report writer creating a xml data island via asp and javascript. A dll version is in the working....
|
|
|
|
Total Hits: 1296 | Today: 0 |
Author: microsoft.com
|
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....
|
|
|
|
Total Hits: 1829 | Today: 0 |
|
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.
...
|
|
|
|
Total Hits: 2016 | Today: 0 |
|
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....
|
|
|
|
Total Hits: 168 | Today: 0 |
Author: Rafay Bin Ali.
|
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...
|
|
|
|
Total Hits: 289 | 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. Let us talk about the overall funct...
|
|
|
|
Total Hits: 227 | Today: 0 |
Author: Seth Juarez
|
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...
|
|
|
|
Total Hits: 188 | Today: 0 |
|
Rating:
|
|

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