Table border

2007-03-07 Thread pedro
Hi gurus i have a problem with table border. I have a xsl that has a dynamic table in the body content.The problem is that i want the border bottom close at the end of the body and not at the end of the data I have - | h

Re: FOP 0.93 generated a damaged PDF File

2007-03-07 Thread Adrian Cumiskey
Hi Yaya, Are you using FOP 0.20 or 0.93? Please post up your input xml/XSL-FO files and I'll take a look at it. Adrian. DIALLO Yaya wrote: Hi, I use FOP 0.93 to generate a pdf file from xml/XSL-FO. While opening, the file I get the following error, unable to open the file , the file i

Re: Writing to a file

2007-03-07 Thread Adrian Cumiskey
Hi Johan, This is not really an XSL-FO or FOP related question, please find another mailing list for helping you with this solution. Cheers, Adrian. Johan Johansson wrote: Hi everyone, Im trying to figure out if it is possible to write som variable/text to a file and append the file if ne

Re: pdf meta information

2007-03-07 Thread Adrian Cumiskey
Hi Hinrich, You can use fo:declarations to do this. I think this link will help you find what you are looking for :- http://wiki.apache.org/xmlgraphics-fop/HowTo/XMP Adrian. Hinrich Aue wrote: Hello, I’m trying to add meta information to my PDF output. I’m using docbook, but since it s

Table of Contents [newbie]

2007-03-07 Thread Braumüller , Hans
Hi friends, what is the straightforward way to generate in xsl-fo an Table of Contents three-level with corresponding links ? I want to do an rekursiv rule! >From the XML structure i know my topics, where in element i get the name for linking to this content.

AW: [SPAM] pdf meta information

2007-03-07 Thread Hinrich Aue
Thanks, I added this to my stylesheet. Very helpful. -Ursprüngliche Nachricht- Von: HLeonardi [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 6. März 2007 18:54 An: fop-users@xmlgraphics.apache.org Betreff: Re: [SPAM] pdf meta information Hi, For metadata, you can find informations at thi

Support for other fonts

2007-03-07 Thread Rico Secada
Hi I have been working real hard at a documentation project at work in which I needed to add some arabic text. The whole project was converted from OpenOffice to Docbook, and all went well. Next was converting from docbook to various formats, which all went well except when it came to FOP. Var

Re: Support for other fonts

2007-03-07 Thread Manuel Mall
On Wednesday 07 March 2007 21:12, Rico Secada wrote: > Hi > > I have been working real hard at a documentation project at work in > which I needed to add some arabic text. The whole project was > converted from OpenOffice to Docbook, and all went well. Next was > converting from docbook to various

Re: [SPAM] problem with FOP set up

2007-03-07 Thread nickleus
i'm also running fop 0.93 and i get that same error even with the simplest of fo files that have an fo:root...: http://www.w3.org/1999/XSL/Format";> Hello W3Schools running it through fop in linux, ubuntu 6.10: ./fop helloworld.fo helloworld.pdf gives the following errors:

Re: [SPAM] problem with FOP set up

2007-03-07 Thread Andreas L Delmelle
On Mar 7, 2007, at 13:50, nickleus wrote: Hi, i'm also running fop 0.93 and i get that same error even with the simplest of fo files that have an fo:root...: running it through fop in linux, ubuntu 6.10: ./fop helloworld.fo helloworld.pdf gives the following errors: - javax.xml.tr

Arial Unicode MS-MathML-bitmaps

2007-03-07 Thread Jean-Francois MAUREL
Hi, I have embeded fop 0.93 in a simple java application (working with Netbeans 5.5 on windows XP and JDK 1.5) to obtain pdf files using xml files transformed by xslt files. Generally speaking it works fine however I experienced the following difficulties: MathML: == - embedding Jeuclid using

Re: Table of Contents [newbie]

2007-03-07 Thread Andreas L Delmelle
On Mar 7, 2007, at 12:07, Braumüller, Hans wrote: Hi, what is the straightforward way to generate in xsl-fo an Table of Contents three-level with corresponding links ? The trick is to use a combination of: The first two are used to make up the TOC itself. The third serves as an anchor

RE: Support for other fonts

2007-03-07 Thread Jeff Vannest
Rico, Can you briefly describe what you mean by "the lack of proper support for other fonts in FOP"? What do you find lacking? I'm embedding FOP in an Oracle Reports server to support multi-byte languages (Japanese, Chinese, etc.) using the Arial Unicode MS font. While I have not done extensive te

RE: Arial Unicode MS-MathML-bitmaps

2007-03-07 Thread Jeff Vannest
> when embedding Arial Unicode MS font using TTFReader > I had to change the font's name avoiding spaces We've discussed this at length, recently. Apparently, the current FOP code tree has been adjusted for this, although according to the CSS spec, it's not an error. Font names that contain spaces

Re: Table of Contents [newbie]

2007-03-07 Thread Braumüller , Hans
Hello, > what is the straightforward way to generate in xsl-fo an Table of > Contents three-level with corresponding links ? The trick is to use a combination of: Thank you, it works! Hans -- Besuche

RE: Arial Unicode MS-MathML-bitmaps

2007-03-07 Thread Jean-Francois MAUREL
thank you for this information. regards -Message d'origine- De : Jeff Vannest [mailto:[EMAIL PROTECTED] Envoye : mercredi 7 mars 2007 15:14 A : fop-users@xmlgraphics.apache.org Objet : RE: Arial Unicode MS-MathML-bitmaps > when embedding Arial Unicode MS font using TTFReader > I had to

Re: [SPAM] problem with FOP set up

2007-03-07 Thread nickleus
thanks Andreas for the quick reply. where do i define which xml parser i want to use or which xslt processor to use? i just downloaded the newest version of fop and thought it would work out of the box in its own little sandbox... Andreas L Delmelle wrote: > > On Mar 7, 2007, at 13:50, nickleus

Re: [SPAM] problem with FOP set up

2007-03-07 Thread Andreas L Delmelle
On Mar 7, 2007, at 15:51, nickleus wrote: thanks Andreas for the quick reply. where do i define which xml parser i want to use or which xslt processor to use? i just downloaded the newest version of fop and thought it would work out of the box in its own little sandbox... It should, in th

converting string to xpath for document funtion ?

2007-03-07 Thread Braumüller , Hans
Hello, i am trying following: I defined some layout properties in an external document, saved in Then i want by condition, different properties, like for example: /root/klasse/funktion/head /root/head Now my pseudo-code (It´s not working :-( ) :

Re: converting string to xpath for document funtion ?

2007-03-07 Thread Andreas L Delmelle
On Mar 7, 2007, at 16:27, Braumüller, Hans wrote: Hi, i am trying following: I defined some layout properties in an external document, saved in Then i want by condition, different properties, like for example: /root/klasse/ funktion/head /root/head

Re: Arial Unicode MS-MathML-bitmaps

2007-03-07 Thread Andreas L Delmelle
On Mar 7, 2007, at 14:14, Jean-Francois MAUREL wrote: Hi, Regarding the following: Bitmaps: === I experienced the known issue of images not shrinking in the page but also: It depends a bit on finding the right combination of content-height/ content-width and height/width... There are

AW: [SPAM -Sender Policy- ] - Re: converting string to xpath for document funtion ? - Sender is forged (SPF Fail)

2007-03-07 Thread Braumüller , Hans
Hello Andreas, Attributes are always bound to elements, so you cannot copy them directly to a variable, but you bring me to the right idea, i solved my problem as following: etc. Thanks, Hans ---

RE: Arial Unicode MS-MathML-bitmaps

2007-03-07 Thread Jean-Francois MAUREL
Thank you for your answer. I was using content-width="auto" but I am going to try something better. regards -Message d'origine- De : Andreas L Delmelle [mailto:[EMAIL PROTECTED] Envoyé : mercredi 7 mars 2007 17:31 À : fop-users@xmlgraphics.apache.org Objet : Re: Arial Unicode MS-MathML-bi

Re: [SPAM] problem with FOP set up

2007-03-07 Thread nickleus
fop_exec_command="exec \"$JAVACMD\" -Djavax.xml.parser.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl $LOGCHOICE $LOGLEVEL -classpath \"$LOCALCLASSPATH\" $FOP_OPTS org.apache.fop.cli.Main $fop_exec_args" didn't seem to have any effect... neither did making a jaxp.properties file..

My little FOP-project

2007-03-07 Thread Thomas Zastrow
Hello all, to get a little bit in touch with FOP, I started a project for formatting scientific texts with FO. It's just something like a "proof of concept" and there is still a lot of work to do. Please feel free to send me critics, ideas or whatever. Here you can find it: http://www.thoma

RE: My little FOP-project

2007-03-07 Thread Jeff Vannest
Thank you, Tom, I find it interesting. I would not refer to a stylesheet as a "script", which connotes a procedural set of commands. Stylesheets, HTML, etc, are typically called "markup". This is a very minor comment. I need to create a XML stylesheet pretty soon for a project I'm working on, so

Re: My little FOP-project

2007-03-07 Thread Andreas L Delmelle
On Mar 7, 2007, at 20:14, Thomas Zastrow wrote: Hi, to get a little bit in touch with FOP, I started a project for formatting scientific texts with FO. It's just something like a "proof of concept" and there is still a lot of work to do. Please feel free to send me critics, ideas or whatev

Re: My little FOP-project

2007-03-07 Thread Thomas Zastrow
Jeff Vannest schrieb: Thank you, Tom, I find it interesting. Thanks :-) I would not refer to a stylesheet as a "script", which connotes a procedural set of commands. Stylesheets, HTML, etc, are typically called "markup". This is a very minor comment. OK, certainly you are right. I'll ch

Re: My little FOP-project

2007-03-07 Thread Thomas Zastrow
Hello Andreas, Andreas L Delmelle schrieb: On Mar 7, 2007, at 20:14, Thomas Zastrow wrote: Hi, to get a little bit in touch with FOP, I started a project for formatting scientific texts with FO. It's just something like a "proof of concept" and there is still a lot of work to do. Please fe