RE: Table of Contents problem

2003-01-28 Thread Jon Steeves
Clay: This actually results in the same problem: the endofdoc reference does force the TOC number of the previous item to be printed, but its own page number is then omitted. The solution I came up with is to -- as you suggested -- output this "endofdoc" reference as the last

background-image question

2003-01-28 Thread Koes, Derrick
Interestingly enough, putting the background-image attribute as a "real" attribute of fo:block in the transform produces the desired result. However, adding it with an xsl:attribute element does not produce the desired result. I think I need to use xsl:attribute because I want to add/set the attri

Re: Color in Pantone format?

2003-01-28 Thread J.Pietschmann
Dennis Myrén wrote: Is it possible to specify a color in Pantone? From http://www.w3.org/TR/xsl/slice5.html#section-N7618-Colors "Only RGB [sRGB] (Red, Green, Blue) and ICC (International Color Consortium) [ICC] colors are included in this Recommendation." You seem to be out of luck. J.Pietsc

Re: Hyperlink in a List

2003-01-28 Thread J.Pietschmann
Rakesh Patel wrote: Does anybody know why a hyperlink inside a list won't work? The hotspot was displaced. What FOP release are you using? This problem had been addressed and is hopefully fixed in 0.20.5rc. J.Pietschmann - To unsub

Color in Pantone format?

2003-01-28 Thread Dennis Myrén
  Hi. Is it possible to specify a color in Pantone?    

Re: Hyperlink in a List

2003-01-28 Thread Clay Leeds
Rakesh, I'm not sure if this is the problem, but I know that in HTML that link wouldn't work correctly. You don't provide the protocol (I think that's the word for it). Anyway, try changing the line so it reads as follows to see if it works: http://www.oracle.com/";>Commissions Hope this helps

Hyperlink in a List

2003-01-28 Thread Rakesh Patel
Hi, Does anybody know why a hyperlink inside a list won't work? Here's the code: • Commissions Thanks Rakesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Spaces

2003-01-28 Thread Clay Leeds
Miguel & Paulo, Actually, I get errors when I use   in XSL-FO markup. I would have to set it up as an entity. However, when using the following line at the top of my XML document: ...I can use   as a space character (I believe it's non-breaking, too!), without problems. If you use an encoding

Re: specify a base URL for images

2003-01-28 Thread Oleg Tkachenko
Koes, Derrick wrote: I'm running fop 0.20.5rc. I understand that I need to configure FOP through the use of the org.apache.fop.configuration.Configuration class. I have done this by setting "baseDir" to http://koes/dora. This is the base URL for my web application. How do I "pick up" images? I'v

RE: Spaces

2003-01-28 Thread Miguel Angel Busto
You can use   special char instead of space char -Original Message-From: Joannes Capitanio [mailto:[EMAIL PROTECTED]Sent: lunes, 27 de enero de 2003 13:22To: [EMAIL PROTECTED]Subject: Re: Spaces try to use white-space-collapse="false" property inside   joannes

specify a base URL for images

2003-01-28 Thread Koes, Derrick
I'm running fop 0.20.5rc. I understand that I need to configure FOP through the use of the org.apache.fop.configuration.Configuration class. I have done this by setting "baseDir" to http://koes/dora. This is the base URL for my web application. How do I "pick up" images? I've tried setting th