RE: flow must contain block-level children

2005-03-01 Thread Lawford, Mark : Enable
It looks to me like the test needs to wrap the page sequence. That way, if there are any occurrences of CodeDecode they are written in a page sequence, otherwise no page is writte (empty or otherwise). xsl:if test=0 lt; count(CodeDecode) fo:page-sequence master-reference=page3 fo:flow

RE: representative example needed

2005-02-08 Thread Lawford, Mark : Enable
I'm a relative newcomer to XSLT and FOP but I immediately saw the value it could offer. We have a layer of DB access objects which produce XML for reporting purposes. Rather than plug in an expensive off the shelf reporting tool I suggested and prototyped an XSLT/FOP reporting architecture. It

How do I wrap a continuous string inside a block/table cell?

2005-01-07 Thread Lawford, Mark : Enable
I'm working on a report PDF export and I've come across a trivial problem with what I suspect wil be a non-trivial solution. I have a table cell which contains an ID value: fo:table-cell padding=1mmfo:block wrap-option=wrapxsl:value-of select=BANK_STMT_ENTRY/BANK_STMT_ID//fo:block/fo:table-cell

RE: How do I wrap a continuous string inside a block/table cell?

2005-01-07 Thread Lawford, Mark : Enable
3018 * 07957 280 811 * [EMAIL PROTECTED] * Mail Van E -Original Message- From: Lawford, Mark : Enable [mailto:[EMAIL PROTECTED] Sent: 07 January 2005 14:33 To: [EMAIL PROTECTED] Subject: How do I wrap a continuous string inside a block/table cell? I'm working on a report PDF

FOP Preview Dialog

2004-12-23 Thread Lawford, Mark : Enable
Hi guys, I've been playing around with XSLT and FO for a couple of months, learning the various syntaxes and such. I've only just realised however that there is a PreviewDialog class included in the FOP code. I hven't worked out how to use this thing however. As a minimum

RE: FOP Preview Dialog

2004-12-23 Thread Lawford, Mark : Enable
On 23.12.2004 13:22:43 Lawford, Mark : Enable wrote: I've been playing around with XSLT and FO for a couple of months, learning the various syntaxes and such. I've only just realised however that there is a PreviewDialog class included in the FOP code. I hven't worked out how to use this thing