invalid XML character

2002-12-17 Thread Mehmet zdemir
Hi All, I create a text file with FOP in my program and send it to the printer. But I want to use the printer's properties that controls the page's format functions. For ex : ctrl+O compresses the page horizontally. So I want to write the ctrl+O (\u0015) at the beginning of the text file. But

Exception using xsl:define-constant

2002-12-17 Thread Joannes Capitanio
Dear, I'd like to use xsl constant definition into a fop code... here a piece... xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" !-- constant --xsl:define-constant name="images-dir"

Fop and external-graphic SVG problem

2002-12-17 Thread Eric Prevost
I am trying to integrate an SVG file with embedded text and when i try to use it in FOP I am working on W2K SP1, JDK 1.3, FOP 0.20.4rc ,Batik 1.1.1 or Batik 1.5 fop produce This result : [INFO] FOP 0.20.4rc [INFO] building formatting object tree [INFO] [1] Exception in thread main

Which TIFF format is used in batik? How can I get TIFF Type 1?

2002-12-17 Thread Leonid Kleiner
Hi, all. I try to transform XML using FOP to one of the following formats: - TIFF Type 1 - TIFF Type 2 - TIFF Type 3 - TIFF Type 4 - TIFF PackBits Which TIFF format is used in batik? How can I get one of thepreviously listedformats? Any ideas? Best regards, Leonid Kleiner

Re: Fop and external-graphic SVG problem

2002-12-17 Thread Keiron Liddle
On Tue, 2002-12-17 at 10:46, Eric Prevost wrote: I am trying to integrate an SVG file with embedded text and when i try to use it in FOP I am working on W2K SP1, JDK 1.3, FOP 0.20.4rc ,Batik 1.1.1 or Batik 1.5 fop produce This result : You must use the batik that comes with fop.

Align tables

2002-12-17 Thread Miguel Angel Medina Lopez
Hi all: I'm newbie in FOP. I want to align a table at right of the page but I can't. I follow several examples from the list and other resources that should centered the tables (to modify it after), but the examples doesn't work. How can I align the table? Thank you in advanced

Antwort: Which TIFF format is used in batik? How can I get TIFF Type 1?

2002-12-17 Thread reto . blunschi
Hi Leonid, I am using the special renderer from Oleg to produce the TIFFs. You can find it at http://www.tkachenko.com/fop/tiffrenderer.html It produces several of the formats you asked for and works nicely. The only problem I have is that I cannot change the resolution, it defaults to 72 dpi,

Re: multiple sequence how-to??

2002-12-17 Thread Fabrizio Tringali
FOPException: page-sequence must be child of root, not fo:flow Any other ideas or I have to change other lines ?? thanks - Original Message - From: Oleg Tkachenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 15, 2002 12:23 PM Subject: Re: multiple sequence how-to??

Re: Exception using xsl:define-constant

2002-12-17 Thread Oleg Tkachenko
Joannes Capitanio wrote: xsl:define-constant name=images-dir value=c:/idea-2_6/fop/images/ Wow! xsl:define-constant instruction was removed from xslt back in 1998, sounds like your xslt manual is a litle bit obsolete. Use xsl:variable name=images-dir select=c:/idea-2_6/fop/images/ -- Oleg

Re: multiple sequence how-to??

2002-12-17 Thread Oleg Tkachenko
Fabrizio Tringali wrote: FOPException: page-sequence must be child of root, not fo:flow Any other ideas or I have to change other lines ?? The same idea, but apply templates to chapters not from within fo:flow, but from within fo:root, something like this: xsl:template match=/ fo:root

Re: invalid XML character

2002-12-17 Thread Oleg Tkachenko
Mehmet zdemir wrote: I create a text file with FOP in my program and send it to the printer. But I want to use the printer's properties that controls the page's format functions. For ex : ctrl+O compresses the page horizontally. So I want to write the ctrl+O (\u0015) at the beginning of the text

Re: Align tables

2002-12-17 Thread Oleg Tkachenko
Miguel Angel Medina Lopez wrote: I'm newbie in FOP. I want to align a table at right of the page but I can't. I follow several examples from the list and other resources that should centered the tables (to modify it after), but the examples doesn't work. How can I align the table? At the moment

Re: Which TIFF format is used in batik? How can I get TIFF Type 1?

2002-12-17 Thread Oleg Tkachenko
Leonid Kleiner wrote: I try to transform XML using FOP to one of the following formats: - TIFF Type 1 - TIFF Type 2 - TIFF Type 3 - TIFF Type 4 - TIFF PackBits Which TIFF format is used in batik? How can I get one of the previously listed formats? Am I right, that you want tiff image at FOP

Re: Align tables

2002-12-17 Thread Miguel Angel Medina Lopez
Hi Oleg: First of all thank you for your response. Before the right align I tried to center the table using the next code: fo:table fo:table-column column-width=16cm/ fo:table-body fo:table-row height=23.7cm fo:table-cell display-align=center fo:block fo:table !-- Here the

Re: Antwort: Which TIFF format is used in batik? How can I get TIFF Type 1?

2002-12-17 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I am using the special renderer from Oleg to produce the TIFFs. You can find it at http://www.tkachenko.com/fop/tiffrenderer.html It produces several of the formats you asked for and works nicely. The only problem I have is that I cannot change the resolution, it defaults

Different borders in PDF

2002-12-17 Thread Jiri_Nejedly
I have on my XSLs simple a header (stored in one *.ent file) which consists of simple table (report name, date) fo:block space-before.optimum=0cm font-family=Arial hyphenate=true language=cs fo:table width=100% border-top-width=0.5pt border-top-style =solid border-bottom-width=0.5pt

Fop 0.20.5rc and external-graphic SVG problem

2002-12-17 Thread Eric Prevost
I am trying to integrate an SVG file with embedded text and when i try to use it in FOP I am working on W2K SP1, JDK 1.3 With FOP 0.20.5rc the result is : [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5rc [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2

RE: Antwort: Which TIFF format is used in batik? How can I get TI FF Type 1?

2002-12-17 Thread Clay Leeds
Ronald and the rest of you cool cats, I was having a similar problem: when I'd print the logo for my company (a JPG), it would come out pixelated when printed. The way I resolved the issue, was to use *HI-RES* JPG images. Instead of using a 72-dpi JPG image, I used a 300dpi JPG image, and it

Re: Align tables

2002-12-17 Thread Clay Leeds
Miguel, I'm a newbie, and I noticed a few things: 1. it looks to me like you've got to modify your table element like this: fo:table table-layout=fixed Also, I'm not sure I've seen the table-row and height combination value yet. At 04:18 AM 12/17/2002, you wrote: Hi Oleg: First of all thank

RE: Font problem

2002-12-17 Thread Peter Sparkes
font-weight, font-style, and font-size are authomaticcaly inherited, They only have to be included when their values are changed. Remove all "font-weight="inherit" font-style="inherit" font-size="inherit" and your fo works OK Peter -Original Message-From: Henrik Olsson

Re: Align tables

2002-12-17 Thread Clay Leeds
Miguel, (SORRY for the double-post, I guess I had an itchy SEND button sent it too soon) I'm a newbie, and I noticed a few things: 1. it looks to me like you've got to modify your table element like this: fo:table table-layout=fixed 2. Also, I'm not sure I've seen the table-row and height

Re: Changing Headers -Reply

2002-12-17 Thread JEFF HARMAN
Ok, The page master resolution would be difficult as there are an arbitrary number of sections. And the content to the subsequent headers id derived from the current content. Can you point me to a good source of information about the use of markers? I haven't used them yet. Thanks, -Jeff

RE: Font problem

2002-12-17 Thread Henrik Olsson
Ok that works. But I guess its still a bug that you cant put inherit into font-weight, font-style attributes? Since it messes things up for the FontInfo. /Henrik Peter Sparkes [EMAIL PROTECTED] 2002-12-17 16:35 Please respond to fop-user To:[EMAIL PROTECTED] cc:

RE: Antwort: Which TIFF format is used in batik? How can I get TI FF Type 1?

2002-12-17 Thread Francis, Ronald
Thanks Clay, but unfortunately the problem here is different. This is what I think is happening, Oleg could probably correct me if I'm wrong: The TIFFRenderer, which is a subclass of the AWTRenderer works by first rendering the entire fo page (not just images embedded /referenced in the page)

hyphen umlaut

2002-12-17 Thread Kurt Spescha
Title: Nachricht have a problem with hyphenation on german umlaut on 0.20.4. If the last syllable in the line is ending with ö or ä or ü (o dieresis, a dieresis, u dieresis) and should therefore be hyphenated, is goes totally wrong. ex. Gefässexplosion - result in pdf ssex- Gefäplosion

Re: Align tables

2002-12-17 Thread Miguel Angel Medina Lopez
Hi Chris: Thank you. It's a very good solution, It works fine. However, I thoght FOP had a solution using the attribute text-align, but I see that I was wrong. - Miguel Ángel Medina López Logic Factory: www.logic-factory.com Granada -