Complex XSL Application (I think)

Subject: Complex XSL Application (I think)
From: "Wendy Cameron" <wendy.cameron@xxxxxxxxx>
Date: Wed, 24 Feb 1999 11:26:08 +1000
Well we are trying to archive 160,000 employee records from an decommisioned
human resources system. (Each record aproximately 10k therefore total
archive is around 1.6Meg).  This is Proof of Concept Trial in which we are
trying to prove the capabilities of XML and XSL.  There fore we would like
to as much as possible avoid the use of JavaScript and non XML XSL
technologies.

We are trying to provide very simplistic querying on the data.
1) Find an employee by Service Number
2) Find an employee by name segment
     eg I search for all records with Wendy in the name field
     Where the name field contains the whole name.

I have been experimenting with XML and XSL under IE5 and have made
progress.

However my next hurdle is

Using server side XSL and connecting that server side XSL up with client
side XSL.  I am just trying to get number 1) working.

Mark Birbeck wrote:
2. If you have server-side scripting then another method would be to
generate the XSL dynamically - the browser won't know any different.

This sounds related to what im trying to do.
You can assume I have server side scripting
Could anyone expand on this and explain how i might acheive the following

I need to get the Service Number from the user (Browser)
Pass this value to the server
Create the XSL to produce an XML file with just that employees information
Pass this new XML file to the browser XSL for rendering in the browser.

BTW: Im fairly new to XSL and XML and the DOM
So any examples of particular features I may need to use would be greatly
appreciated.

Regards Wendy


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread