- From: <RDayal@hmsy.com>
- Date: Wed, 21 Apr 2004 09:24:45 -0500
- To: www-xsl-fo@w3.org
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