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]
Other format: [Raw text]

reusing same xml with xslt


Hi,

I am trying to do the following...

I am having an xml which contains details like the following.

<Employee>
<ID>A-11464</ID>
<Name>om</Name>
<Designation>Software Engineer</Designation>
<Project>Project 1</Project>
</Employee>	
	
I populate a combo with designations from the xml document using the 'xsl:key'. 

On the basis of the designation selected by the user i have to list out all the employees with their details in a table.
How is it possible using xslt ? 

Please help

thanks
ashwati



_____________________________________________________
Supercharge your e-mail with a 25MB Inbox, POP3 Access, No Ads
and NoTaglines --> LYCOS MAIL PLUS.
http://www.mail.lycos.com/brandPage.shtml?pageId=plus 

 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]