xsl-fo question for fo:block

2003-03-26 Thread Jasmin Mehta
Hi, I want to create PDF output from xml document using xsl-fo. The required format is, should get label-text, label-text, label-text, label-text all 4 pairs in single row. Also I want to keep this as a header of the page. For example, Patient: Gina Latta Age : 60 Sex: M Patient

AW: xsl-fo question for fo:block

2003-03-26 Thread Mark Baier
]Betreff: xsl-fo question for fo:block Hi, I want to create PDF output from xml document using xsl-fo. The required format is, should get label-text, label-text, label-text, label-text all 4 pairs in single row. Also I want to keep this as a header of the page

RE: xsl-fo question for fo:block

2003-03-26 Thread Jasmin Mehta
: xsl-fo question for fo:block Hi, youshould build a table with 8 columns, within each you can set a block with its different font and size. greez, mark -Ursprüngliche Nachricht- Von: Jasmin Mehta [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 26. März

AW: xsl-fo question for fo:block

2003-03-26 Thread Mark Baier
ber-citation ref-id="{concat($gfLinkId,generate-id())}"/ /fo:block /fo:table-cell /fo:table-row on each table-cell in the row you can apply some templates to get the values. Hope this helps, Mark -Ursprüngliche Nachricht-Von: Jasmin Mehta [mailto:[EMAIL PROTECTED]Gesendet:

Re: xsl-fo question for fo:block

2003-03-26 Thread Clay Leeds
Jasmin, Jasmin Mehta wrote: I havent create any table yet in my xsl-fo. I dont know how to do it? Can you pl help me with small example? You mean something like this?: ;-P ?xml version=1.0 encoding=UTF-8? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

RE: xsl-fo question for fo:block

2003-03-26 Thread Jasmin Mehta
Thanks Mark. -Original Message- From: Mark Baier [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11:38 AM To: [EMAIL PROTECTED] Subject: AW: xsl-fo question for fo:block Hi Jasmin, it should look something like this, fo:table table-layout=fixed width=100

RE: xsl-fo question for fo:block

2003-03-26 Thread Jasmin Mehta
Hi Clay, Thanks for the example. Is there any site where I can get each tag's syntax, usage and example for all xsl-fo? Thanks Jasmin -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11:41 AM To: [EMAIL PROTECTED] Subject: Re: xsl-fo

AW: xsl-fo question for fo:block

2003-03-26 Thread Mark Baier
-Ursprüngliche Nachricht- Von: Jasmin Mehta [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 26. März 2003 17:49 An: [EMAIL PROTECTED] Betreff: RE: xsl-fo question for fo:block Hi Clay, Thanks for the example. Is there any site where I can get each tag's syntax, usage and example for all xsl-fo

RE: xsl-fo question for fo:block

2003-03-26 Thread Jasmin Mehta
] Subject: Re: xsl-fo question for fo:block Jasmin, Jasmin Mehta wrote: I haven't create any table yet in my xsl-fo. I don't know how to do it? Can you pl help me with small example? You mean something like this?: ;-P ?xml version=1.0 encoding=UTF-8? xsl:stylesheet version=1.0 xmlns:xsl=http

RE: xsl-fo question for fo:block

2003-03-26 Thread Jasmin Mehta
-Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 12:30 PM To: [EMAIL PROTECTED] Subject: Re: xsl-fo question for fo:block Jasmin, My bad, you can ignore this. I created a template for building my pages, and I created a set of attributes. Normally