I'm sure that sounded a bit confusing :-(
Basically what I have is the following:
<data>
<name>Joe Bloggs</name>
<building>Big Center</building>
<tel>111-1111</tel>
<name>Ted Bloggs</name>
<building>Big Center</building>
<tel>222-1111</tel>
<name>Bill Bloggs</name>
<building>Small Center</building>
<tel>333-1111</tel>
</data>
And I want to display as follows:
BIG CENTER
Joe Bloggs 111-1111
Ted Bloggs 222-1111
SMALL CENTER
Bill Bloggs 333-1111
Can anyone please help me to do this with XSLT as I have no idea whatsoever![[cry] [cry] [cry]](/data/assets/smilies/cry.gif)
Thanks as always
Craftor

Basically what I have is the following:
<data>
<name>Joe Bloggs</name>
<building>Big Center</building>
<tel>111-1111</tel>
<name>Ted Bloggs</name>
<building>Big Center</building>
<tel>222-1111</tel>
<name>Bill Bloggs</name>
<building>Small Center</building>
<tel>333-1111</tel>
</data>
And I want to display as follows:
BIG CENTER
Joe Bloggs 111-1111
Ted Bloggs 222-1111
SMALL CENTER
Bill Bloggs 333-1111
Can anyone please help me to do this with XSLT as I have no idea whatsoever
![[cry] [cry] [cry]](/data/assets/smilies/cry.gif)
Thanks as always
Craftor