- From: Sandeep Shetty <sandeepbshetty@rediffmail.com>
- Date: 4 Feb 2010 13:01:09 -0000
- To: <Tony.Graham@MenteithConsulting.com>
- Cc: <www-xsl-fo@w3.org>
- Message-ID: <1265288246.S.7230.54286.f4mail-234-215.rediffmail.com.1265288469.48459@webmail.>
Hi All I have tried many times to unsubscribe from this list but in vain. I shouldnt be getting these emails. Is there a way i can prevent these emails. Please let me know. Thanks Sandeep On Thu, 04 Feb 2010 18:27:26 +0530 wrote >On Thu, Feb 04 2010 05:51:26 +0000, anandhthiyagarajan@gmail.com wrote: > Okay i will make you clear. > > Consider the xml > > > > > Category > Noodles > Pizza > > > > Fat > aaaa > > > > > Fat > hgjhgk > > > > > > > Consider the xsl:fo > > > > > > Use proportional-column-width [1]: > > > As Aish pointed out, you don't have or elements in your XML. ... > I am attaching the output file > > http://old.nabble.com/file/p27448047/Table.doc Table.doc > > > Hope this would be clear. That does make it clearer, thank you. Your XML doesn't make it easy to achieve what you want since is separate from the rest of the information for an ingredient. To "wrap" (or maybe "split") the table, it would be simplest if you used XSLT 2.0 so you could use xsl:for-each-group [2]. E.g.,:
Received on Thursday, 4 February 2010 13:06:00 UTC