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]

Selection through a Dropdown List box


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


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