Hi All,

Are there any XSL/XSLT wizards on the list?

If so I have a question I am stuck on. I have an XML document that I need to
sort and create bookmarks

<employees>
  <employee>
    <name>
      <given>Jon</given>
      <family>Public</family>
    </name>
  </employee>
  <employee>
    <name>
      <given>John</given>
      <family>Doe</family>
    </name>
  </employee>
  <employee>
    <name>
      <given>Bob</given>
      <family>Smith</family>
    </name>
  </employee>
  <employee>
    <name>
      <given>Jane</given>
      <family>Smith</family>
    </name>
  </employee>
</employees>

I need it transformed into:

D
Doe, John

P
Public, Jon

S
Smith, Bob
Smith, Jane

Any suggestions?

Duane



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:236961
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to