[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

different first element in a list

Subject: different first element in a list
From: Lorenzo De Tomasi <detomasi.liste@xxxxxxxxx>
Date: Sat, 22 Feb 2003 22:14:48 +0100
element of design
I have an Xml list, for esample this list of skills:

<skills>
    <skill mark="excellent" name="excellentskill">
    <skill mark="excellent" name="excellent skill">
    <skill mark="good" name="goodskill">
    <skill mark="good" name="goodskill">
    <skill mark="basic" name="basicskill">
    <skill mark="basic" name="basicskill">
    <skill mark="excellent" name="excellentskill">
    <skill mark="good" name="goodskill">
    <skill mark="basic" name="basicskill">
</skills>

and I want to list in groups based on 'mark' attribute:

excellentskill
excellentskill
excellentskill
goodskill
goodskill
goodskill
basicskill
basicskill
basicskill

rendering only the first element of each group in a different way:

<b>excellentskill</b>
excellentskill
excellentskill
<b>goodskill</b>
goodskill
goodskill
<b>basicskill</b>
basicskill
basicskill

How can I?

What I want to obtain is an xhtml list like this

excellent skills:   excellentskill
                    excellentskill
                    excellentskill
good skills:        goodskill
                    goodskill
                    goodskill
basic skills:       basicskill
                    basicskill
                    basicskill

using <div>s or <table>s

Thank you very much for your help :)
____________________________________________________________________________
Lorenzo De Tomasi, student of Information Architecture, Interface Design and
Visual Design
via Bellaria 6, 21018 Sesto Calende (Varese), Italia
phone: +39 (0)331 924649
mobile: +39 329 3941065; +39 333 8979304
e-mail: lorenzo.detomasi@xxxxxxxxx; lorenzo.detomasi@xxxxxxxx
website: http://biografica.tzone.it
ICQ uin: 11313132
Yahoo! Instant Messenger id: tummait


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.