|
Subject: [xsl] adding unique values to a drop-down list From: "Katie McNally" <kmcnally9@xxxxxxxxxxx> Date: Tue, 04 Dec 2001 10:44:58 -0600 |
<Loan>
<BrokerSet>
<Broker>
<Name>ABC Broker</Name>
<Id>123456</Id>
</Broker>
</BrokerSet>
</Loan>
<Loan>
<BrokerSet>
<Broker>
<Name>LMN Broker</Name>
<Id>345678</Id>
</Broker>
</BrokerSet>
</Loan>
<Loan>
<BrokerSet>
<Broker>
<Name/>
<Id/>
</Broker>
</BrokerSet>
</Loan>
<Loan>
<BrokerSet>
<Broker>
<Name>LMN Broker</Name>
<Id>345678</Id>
</Broker>
</BrokerSet>
</Loan>
<Loan>
<BrokerSet>
<Broker>
<Name>ABC Broker</Name>
<Id>999999</Id>
</Broker>
</BrokerSet>
</Loan>For the xml listed above, the list box should contain the following values: All Brokers ABC Broker - 123456 ABC Broker - 999999 LMN Broker - 345678
Thanks, Katie
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Newbie - simple selection, JWALLIS | Thread | RE: [xsl] adding unique values to a, kfricovsky |
| Re: [xsl] Convert string to a list , Alexandra Duda | Date | RE: [xsl] Convert string to a list , Jeff Beadle |
| Month |