using parameters

Subject: using parameters
From: "Ben C." <tatsu2000@xxxxxxxxxxx>
Date: Thu, 17 Aug 2000 16:00:35 GMT
I have an xml document that looks similar to this format:

<xml>
<query>
  <jobNumber>0001</jobNumber>
  <name>Mick Foaly</name>
  <car>
	<make>Acura</make>
	<model>Integra</model>
	<year>1998</year>
  </car>
  <mechanic>Earl E. Byrd</mechanic>
  <date>8/16/99</date>
  <amount>$4,250</amount>
  <repair>Complete engine overhaul.</repair>
</query>
</xml>

I hava multiple query's and would like to create a web page that has the jobNumber's as links to an html document that displays that query's set of data. How can I feed the stylesheet the parameter of wich query to use?


________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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



Current Thread