Re: Avery labels

2004-10-04 Thread Frank Daly
. On 24.09.2004 12:05:04 Frank Daly wrote: Hi I want to create an Avery labels report. The labels I use have 3 columns so I want a new row for the first, fourth, seventh, etc. To this end I test the position and attempt to create a new row when position() modulus 3 = 1. xsl:for-each select

Avery labels

2004-09-24 Thread Frank Daly
Hi I want to create an Avery labels report. The labels I use have 3 columns so I want a new row for the first, fourth, seventh, etc. To this end I test the position and attempt to create a new row when position() modulus 3 = 1. xsl:for-each select=//client xsl:if test=position() mod 3 =1

RE: [work] Re: Avery labels

2004-09-24 Thread Frank Daly
=my-cell xsl:with-param name=my-node select=following-sibling::client[2]/ /xsl:call-template/ /fo:table-row /xsl:if /xsl:for-each Untested and without guarantees! Get a good XSLT book. I recommend XSLT and XPath - On The Edge by Jeni Tennison. On 24.09.2004 12:05:04 Frank Daly

RE: [work] Re: Avery labels

2004-09-24 Thread Frank Daly
Thanks again. This has to be the most polite and friendly user group around! Frank -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: 24 September 2004 05:31 To: [EMAIL PROTECTED] Subject: Re: [work] Re: Avery labels On Sep 24, 2004, at 9:13 AM, Frank Daly wrote

RE: [work] Re: Problem with External-graphic and authentication

2004-09-11 Thread Frank Daly
Never mind. I've created a subdirectory of webapps named images with no authentication required. Frank -Original Message- From: Frank Daly [mailto:[EMAIL PROTECTED] Sent: 11 September 2004 12:05 To: [EMAIL PROTECTED] Subject: RE: [work] Re: Problem with External-graphic

Problem with External-graphic and authentication

2004-09-10 Thread Frank Daly
Hi I have switched to tomcat 5 and am using basic authentication. I was able to display an image using the external-graphic fo and tomcat 4.1 also with authentication. I can see the image when I type the url in directly and then login. Is there a way to include the authentication data in the

RE: tables in fo:static-content

2003-10-31 Thread Frank Daly
I have a table in a header so it's not the first cause. Frank -Original Message- From: Daniel Easton [mailto:[EMAIL PROTECTED] Sent: 31 October 2003 10:14 To: [EMAIL PROTECTED] Subject: fo:tables in fo:static-content Dear all, Not sure if this is the correct list to write to (if it is

keep-with-next

2003-10-24 Thread Frank Daly
Hi I have a table which will list a number of clients. There are 2 or 3 rows displaying the details of each client. I want to keep these rows together and have the following code fragment which I hoped would do this xsl:for-each select=client fo:table-row

RE: keep-with-next

2003-10-24 Thread Frank Daly
- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 03:43 To: [EMAIL PROTECTED] Subject: Re: keep-with-next From: Frank Daly [EMAIL PROTECTED] Hi I have a table which will list a number of clients. There are 2 or 3 rows displaying the details of each client. I want

RE: keep-with-next

2003-10-24 Thread Frank Daly
That worked. Thanks very much, enjoy your weekend. Frank -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 04:25 To: [EMAIL PROTECTED] Subject: Re: keep-with-next Frank Daly wrote: fo:table-row keep-with-next.within-page=always Try