required files
rslpsearch.asp - search form
collection.asp - cld display
access2rslpcld.xml - database to rdf mapping file
rslpcld.xsl - rdf to html stylesheet
newrslp.mdb - Access database
newlogo.gif
rslp-smlogo.gif
All files reside in the same directory.
Microsoft personal web server or IIS can be used. The Microsoft XMLDOM object and a recent version of the jscript scripting engine are used on the server . Any machine that has had IE5 installed will have the correct components.
rslpsearch.asp builds sql queries from rdf-xml terms and returns list of hits.
Collection.asp queries the database using ado and builds an rdf version of the data. An xml based configuration file describes the mapping between database tables and rdf i.e. there is no rslp specific code in collection.asp. For the text display an xsl style sheet is used to format the rdf into html.