|
If anyone is interested, I have used the XMLHTTP Request as the back-bone to my website www.baconbutty.com.
The database/index for the web site is a series of linked XML flat files currently, which I access using a simple RegExp/String based XML reader I have written, to save server overheads in parsing the XML database.
|