[xsl] Selection through a Dropdown List box

Subject: [xsl] Selection through a Dropdown List box
From: Modha Kumar <Modha.Kumar@xxxxxxxxxxxxx>
Date: Wed, 14 Feb 2001 14:00:17 -0800
Hi
I have a xml file which looks like this

<Address>
	<Business>
		<Street> 2000 MaryLane Wonderland </Street>
		<City> Paradise </City>
	</Business>
	<Home>
		<Street> 1000 Snow Mountain View </Stree>
		<City> SnowLand </City>
</Address>

If my Html page Should show a dropdown list containing 2 elements
Business and Home 

And based on what is selected it should show corresponding address 
in a textarea next to it how can we do it.

thanks 

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


Current Thread