Subject: grouping headers
From: Jeroen Janssen <jeroen@xxxxxxxx>
Date: Thu, 23 Aug 2001 23:24:27 +0200
|
Sorry for the subject line, I couldn't think of anything better :-) I'm
trying to do the following:
I have something like this xml:
<people>
<person>
<city>Amsterdam</city>
<name>John Doe</name>
</person>
<person>
<city>Amsterdam</city>
<name>Jane Doe</name>
</person>
<person>
<city>London</city>
<name>Jim Doe</name>
</person>
</people>
And would like this result in html:
Amsterdam
John Doe
Jane Doe
London
Jim Doe
I hope I'm making myself clear, I searched the archives for an answer but I
don't really know what I'm looking for...
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Jeroen Janssen - Thu, 23 Aug 2001 17:33:01 -0400 (EDT) <=
Friedlander, Hal - Fri, 24 Aug 2001 12:03:47 -0400 (EDT)
|
|