December 1999
Intermediate to advanced
992 pages
22h 3m
English
There are many circumstances where it makes sense to use XML as the primary vehicle for storing data, but there are other cases where it does not make sense. Before looking at these scenarios, let's look at how to retrieve data stored as XML.
There are two ways to retrieve an XML document:
As a flat file as a text stream.
As an XML DOM object.
When the first method is employed, all the native string manipulation methods of the language being used (VBScript), as well as the TextStream methods, can be employed to manipulate the string.
Retrieving an XML file as a text file and making alterations to it will be demonstrated by a simple example. ...
Read now
Unlock full access