xsl-list
[Top] [All Lists]

Re: [xsl] Create a web interface to query a XML database

2009-09-30 19:08:21
On Thu, Oct 1, 2009 at 6:07 AM, Manuel Souto Pico 
<m(_dot_)soutopico(_at_)gmail(_dot_)com> wrote:
Dear all,

I would like to explore whether XSLT or any other XML-based language
(XQuery, I guess) would provide an alternative way to create an online
dictionary where the user can send queries to a database and receive
an HTML page with the results.

Using a LAMP environment I can create a webpage in PHP that offers a
search box and which, after the query is submitted to the MySQL
database, generates an HTML page with the results. This[1] is a
rudimentary example so you can see straightaway what I mean (but I'm
sure it's clear enough without examples).

If you want to use dictionaries with non-trivial structure, I
recommend TEI XML
http://www.tei-c.org/release/doc/tei-p5-doc/html/DI.html rather than
SQL for storing your data.

cheers
stuart

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--