This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

using parameters


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]