[
Lists Home |
Date Index |
Thread Index
]
- From: "Didier PH Martin" <martind@netfolder.com>
- To: "'XML Dev'" <xml-dev@ic.ac.uk>, "Mark Birbeck" <Mark.Birbeck@iedigital.net>
- Date: Thu, 8 Apr 1999 22:07:58 -0400
HI Mark,
<Comment>
1. All data is stored in a hierarchical database. Here we have articles,
issues, countries, people, companies, events and whatever.
2. Data is extracted from the database as required, as XML. There is no
such thing as a 'document' in the normal sense; we create each XML
document on the fly by simply extracting a node and all its children.
Digging data out just requires the start node to be specified. Our new
version implements this better with fragments and a small part of XQL.
</Comment>
<Reply>
To better understand the process. Do I understand you well. The process is:
a) Convert the hierarchical database data into a XML document (i.e text)
b) process this document (i.e. text) with MSXML and a XSL style sheet
c) send the produce HTML document to the client.
<question>
Why do you convert the hierarchical database into XML? Is it because the
hierarchical database do not have a DOM interface?
</Question>
Just curious to learn. Thank you for sharing your explerience.
</reply>
Regards
Didier PH Martin
mailto:martind@netfolder.com
http://www.netfolder.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|