Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Re: automatically generate a website out of a database using parameters

Reply
Thread Tools

Re: automatically generate a website out of a database using parameters

 
 
lkrubner@geocities.com
Guest
Posts: n/a
 
      12-08-2004
XML is a datastore, just as Oracle or MySql are datastores. Oracle and
MySql have API's that help you get information into and out of their
datastores, but ultimately they are datastores just like XML. You can
use a flat file as your database, even for very complicated missions.
Some of the biggest database services in the world are run from flat
files. For instance, Lexis/Nexis, which has huge databases on law and
news, runs their services from flat files. The Lexis division keeps a
separate flat file for each state (it tracks court rulings from the 50
states of America). Lexis was using a proprietary markup for its flat
file database, developed in the 1960s, but it has recently switched to
XML. A close friend of mine was the lead on the conversion project, so
I know some of the details.

If you have a flat file like XML and you put it on a server that has
enough RAM to keep the whole thing in memory at once and then you write
a bunch of code to deal with inserts and transactions and selects, you
will find that in a short time you've written your own database API for
your XML datastore.

It doesn't matter (or at least, from what you've said, it is not clear
to me) where you store your data, you can format that data using style
sheets after it is pulled out of whatever datastore you choose to use.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
creating website Alias and Database automatically from front end =?Utf-8?B?aXdlYg==?= ASP .Net 1 04-23-2007 07:01 AM
generate different website out of database. Piet L. Perl Misc 0 01-20-2005 11:32 AM
Re: automatically generate a website out of a database using parameters rumionfire@gmail.com XML 0 12-06-2004 04:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57