[xsl] Load xml into combo box

Subject: [xsl] Load xml into combo box
From: Tham Tinh <khautinh@xxxxxxxxx>
Date: Fri, 20 Jun 2003 10:32:59 -0700 (PDT)
Hi all,
I have the following xml
<?xml version="1.0"?>
<SponsorOfficelist>
	<SponsorOffice>
		<OfficeName>Somewhere </OfficeName>
		<OfficeCode>1</OfficeCode>
	</SponsorOffice>
	<SponsorOffice>
		<OfficeName>Here</OfficeName>
		<OfficeCode>2</OfficeCode>
	</SponsorOffice>
	<SponsorOffice>
		<OfficeName>There</OfficeName>
		<OfficeCode>3</OfficeCode>
	</SponsorOffice>
</SponsorOfficelist>

I would like to write a xsl file to load this into
combo box.  The combo box will this place the
officename and the value for each officename will be
the officecode.  Please help me, I couldn't find the
way to make it work.

Thanks all helps!

=====
"It is essential to know that to be a happy person, a happy family, a happy society, it is very crucial to have a good heart, that is very crucial,"
Dalai Lama

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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


Current Thread