Subject: RE: Load xml into combo box
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Fri, 20 Jun 2003 10:48:02 -0700
|
What did you try?
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-
> list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Tham Tinh
> Sent: Friday, June 20, 2003 10:33 AM
>
> 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!
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Load xml into combo box
- Tham Tinh - Fri, 20 Jun 2003 13:33:05 -0400 (EDT)
- Robert Koberg - Fri, 20 Jun 2003 13:50:08 -0400 (EDT) <=
- Tham Tinh - Fri, 20 Jun 2003 14:13:20 -0400 (EDT)
- Rob Rohan - Fri, 20 Jun 2003 14:00:58 -0400 (EDT)
- Tham Tinh - Fri, 20 Jun 2003 14:14:38 -0400 (EDT)
- <Possible follow-ups>
- Passin, Tom - Fri, 20 Jun 2003 13:42:12 -0400 (EDT)
|
|