sorting after looking up a value from a db table

Subject: sorting after looking up a value from a db table
From: K L <jeepzy3@xxxxxxxxx>
Date: Tue, 6 Jul 2004 15:59:00 -0700 (PDT)
If I had the following xml:
<contentID>9999
<tab>
  <tabID>8340
  <tab-order>2</tab-order>
  <section>
      <sectionID>8743
      <section-order>2</section-order>
  </section>
  <section>
      <sectionID>9472
      <section-order>1</section-order>
  </sectionID>
</tab>
<tab>
  <tabID>1111
  <tab-order>1</tab-order>
  <section>
      <sectionID>7393
      <section-order>3</section-order>
  </section>
  <section>
      <sectionID>8743
      <section-order>2</section-order>
  </section>
  <section>
      <sectionID>9472
      <section-order>1</section-order>
  </sectionID>
</tab>
</contentID>

I need to display all section names in alphabetical
order.  To get the section names, I need to do a db
table lookup by passing the sectionID.  Could this
sort be done using xsl?




		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

Current Thread