going to the next record!

Hello:

I have an XML document of the format:

<records>
        <record num="1" letter="A" color="blue"/>
        <record num="1" letter="A" color="red"/>
        <record num="1" letter="B" color="green"/>
        <record num="1" letter="B" color="yellow"/>
</records>

what i need to do is output in the following format:

Letter = A
color = blue
color = red

<---next page-->

Letter = B
color = green
color = yellow

I can only get the first record (for A and its colors) with the XSL that I
have written.

Could somebody please show me a sample XSL to get the desired output? I
would be very thankful.


-Ruchi

Received on Wednesday, 21 April 2004 10:54:52 UTC