Re: How to: Hello World
Thanks for the answers Magdikova wrote: > > I would like to set html content in fo block like this: > > Hello > World > > How it is possible? > > -- View this message in context: http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3Ctd%3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp27272135p27318215.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
AW: How to: Hello World
Hi Magdikova, You need a transformation file which transforms every HTML tag into the correct fo tag. You can find such files on the net (look for html to fo transformation), but you will never get a 100% solution. In you example the table in HTML will have a minimum width needed for the text whereas in fo it will span the whole available width. And as soon as you work with CSS it gets really messy... Regards, Georg Datterl -- Kontakt -- Georg Datterl Geneon media solutions gmbh Gutenstetter Straße 8a 90449 Nürnberg HRB Nürnberg: 17193 Geschäftsführer: Yong-Harry Steiert Tel.: 0911/36 78 88 - 26 Fax: 0911/36 78 88 - 20 www.geneon.de Weitere Mitglieder der Willmy MediaGroup: IRS Integrated Realization Services GmbH:www.irs-nbg.de Willmy PrintMedia GmbH:www.willmy.de Willmy Consult & Content GmbH: www.willmycc.de -Ursprüngliche Nachricht- Von: Magdikova [mailto:kov.ma...@gmail.com] Gesendet: Freitag, 22. Januar 2010 13:22 An: fop-users@xmlgraphics.apache.org Betreff: RE: How to: Hello World Thanks but the pdf output will be : "<table border=1><tr><td>Hello World</td></tr></table> " instead of Hello world Have you got any solution? Stuart Scott-3 wrote: > > <table border=1><tr><td>Hello > World</td></tr></table> > > Kind regards > > Stuart Scott > > -Original Message- > From: Magdikova [mailto:kov.ma...@gmail.com] > Sent: 22 January 2010 11:54 > To: fop-users@xmlgraphics.apache.org > Subject: How to: Hello > World > > > > I would like to set html content in fo block like this: > > Hello > World > > How it is possible? > > -- > View this message in context: > http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3C > td > %3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp272721 > 35 > p27272135.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > > > For email disclaimer details please click or visit - > http://www.countrywideplc.co.uk/disclaimer > > > - > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > > > -- View this message in context: http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3Ctd%3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp27272135p27272425.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
RE: How to: Hello World
Sorry, I misunderstood, I thought you wanted to output the HTML to the PDF. I do not believe it is possible to render HTML inline inside FO. You would need to convert the HTML to FO before outputting to the PDF through FOP. Kind regards Stuart Scott -Original Message- From: Magdikova [mailto:kov.ma...@gmail.com] Sent: 22 January 2010 12:22 To: fop-users@xmlgraphics.apache.org Subject: RE: How to: Hello World Thanks but the pdf output will be : "<table border=1><tr><td>Hello World</td></tr></table> " instead of Hello world Have you got any solution? Stuart Scott-3 wrote: > > <table border=1><tr><td>Hello > World</td></tr></table> > > Kind regards > > Stuart Scott > > -Original Message- > From: Magdikova [mailto:kov.ma...@gmail.com] > Sent: 22 January 2010 11:54 > To: fop-users@xmlgraphics.apache.org > Subject: How to: Hello > World > > > > I would like to set html content in fo block like this: > > Hello > World > > How it is possible? > > -- > View this message in context: > http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3Ctd > %3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp27272135 > p27272135.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > > > For email disclaimer details please click or visit - > http://www.countrywideplc.co.uk/disclaimer > > > - > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > > > -- View this message in context: http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3Ctd %3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp27272135 p27272425.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
RE: How to: Hello World
Thanks but the pdf output will be : "<table border=1><tr><td>Hello World</td></tr></table> " instead of Hello world Have you got any solution? Stuart Scott-3 wrote: > > <table border=1><tr><td>Hello > World</td></tr></table> > > Kind regards > > Stuart Scott > > -Original Message- > From: Magdikova [mailto:kov.ma...@gmail.com] > Sent: 22 January 2010 11:54 > To: fop-users@xmlgraphics.apache.org > Subject: How to: Hello > World > > > > I would like to set html content in fo block like this: > > Hello > World > > How it is possible? > > -- > View this message in context: > http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3Ctd > %3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp27272135 > p27272135.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > > > For email disclaimer details please click or visit - > http://www.countrywideplc.co.uk/disclaimer > > > - > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > > > -- View this message in context: http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3Ctd%3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp27272135p27272425.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
RE: How to: Hello World
<table border=1><tr><td>Hello World</td></tr></table> Kind regards Stuart Scott -Original Message- From: Magdikova [mailto:kov.ma...@gmail.com] Sent: 22 January 2010 11:54 To: fop-users@xmlgraphics.apache.org Subject: How to: Hello World I would like to set html content in fo block like this: Hello World How it is possible? -- View this message in context: http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3Ctd %3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp27272135 p27272135.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org For email disclaimer details please click or visit - http://www.countrywideplc.co.uk/disclaimer - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
How to: Hello World
I would like to set html content in fo block like this: Hello World How it is possible? -- View this message in context: http://old.nabble.com/How-to%3A%3Cfo%3Ablock%3E-%3Ctable%3E%3Ctr%3E%3Ctd%3EHello-World%3C-td%3E%3C-tr%3E%3C-table%3E%3C-fo%3Ablock%3E-tp27272135p27272135.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
Re: Hello World not working
On 09 Mar 2009, at 19:29, Jeremias Maerki wrote: Actually, I've seen that effect before but never investigated. BTW, you can press the refresh button to make the content appear correctly. Not sure what causes this. Very weird indeed! I just tried examples/fo/basic/blockcontainer.fo, and hit the reload button a couple of times. I get a different result each time. Never quite correct, though... :-S Andreas - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
Re: Hello World not working
Actually, I've seen that effect before but never investigated. BTW, you can press the refresh button to make the content appear correctly. Not sure what causes this. On 09.03.2009 18:36:05 Andreas Delmelle wrote: > On 09 Mar 2009, at 16:57, Hamacher, Eric wrote: > > > Windows XP Professional Version 2002 SP3 > > Java 1.5.0_16 (used as JAVA_HOME and Path) > > Java 1.6.0_11 also present on system > > Fop 0.94 > > > > Hello: > > The Hello World procedure on the Quick Start Guide page produces a > > preview with where many of the characters are written over each > > other and the spacing between letters appears to have, well, > > negative values (they partially overlap)! I didn’t find a similar > > problem mentioned in the FAQ. I can’t believe I’m the only one who > > has seen this! > > You're probably the first to try rendering that particular example to > AWT Preview. I just tried this with FOP Trunk on Apple Java 1.5/Mac OS > X 10.5, and the output indeed looks very ugly... PDF output, which is > probably the most widely used, does not suffer from this issue. > > Unfortunately no immediate idea on what the cause is. May be related > to the font-metrics (?) > > If you want, please open a Bugzilla entry, so we don't lose track of it. > > Thanks > > Andreas Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
RE: Hello World not working
Thank you, I'll submit it when I can. J. ERIC HAMACHER Software Application Developer 608.664.3859 8476 Greenway Boulevard Suite 100 Middleton, WI 53562 USA GALLUP Technology Achiever | Learner | Restorative | Intellection | Deliberative -Original Message- From: Andreas Delmelle [mailto:andreas.delme...@telenet.be] Sent: Monday, March 09, 2009 12:36 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Hello World not working On 09 Mar 2009, at 16:57, Hamacher, Eric wrote: > Windows XP Professional Version 2002 SP3 > Java 1.5.0_16 (used as JAVA_HOME and Path) > Java 1.6.0_11 also present on system > Fop 0.94 > > Hello: > The Hello World procedure on the Quick Start Guide page produces a > preview with where many of the characters are written over each > other and the spacing between letters appears to have, well, > negative values (they partially overlap)! I didn't find a similar > problem mentioned in the FAQ. I can't believe I'm the only one who > has seen this! You're probably the first to try rendering that particular example to AWT Preview. I just tried this with FOP Trunk on Apple Java 1.5/Mac OS X 10.5, and the output indeed looks very ugly... PDF output, which is probably the most widely used, does not suffer from this issue. Unfortunately no immediate idea on what the cause is. May be related to the font-metrics (?) If you want, please open a Bugzilla entry, so we don't lose track of it. Thanks Andreas - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org IMPORTANT NOTICE: This e-mail message and all attachments, if any, may contain confidential and privileged material and are intended only for the person or entity to which the message is addressed. If you are not an intended recipient, you are hereby notified that any use, dissemination, distribution, disclosure, or copying of this information is unauthorized and strictly prohibited. If you have received this communication in error, please contact the sender immediately by reply e-mail, and destroy all copies of the original message. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
Re: Hello World not working
On 09 Mar 2009, at 16:57, Hamacher, Eric wrote: Windows XP Professional Version 2002 SP3 Java 1.5.0_16 (used as JAVA_HOME and Path) Java 1.6.0_11 also present on system Fop 0.94 Hello: The Hello World procedure on the Quick Start Guide page produces a preview with where many of the characters are written over each other and the spacing between letters appears to have, well, negative values (they partially overlap)! I didn’t find a similar problem mentioned in the FAQ. I can’t believe I’m the only one who has seen this! You're probably the first to try rendering that particular example to AWT Preview. I just tried this with FOP Trunk on Apple Java 1.5/Mac OS X 10.5, and the output indeed looks very ugly... PDF output, which is probably the most widely used, does not suffer from this issue. Unfortunately no immediate idea on what the cause is. May be related to the font-metrics (?) If you want, please open a Bugzilla entry, so we don't lose track of it. Thanks Andreas - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
Hello World not working
Windows XP Professional Version 2002 SP3 Java 1.5.0_16 (used as JAVA_HOME and Path) Java 1.6.0_11 also present on system Fop 0.94 Hello: The Hello World procedure on the Quick Start Guide page produces a preview with where many of the characters are written over each other and the spacing between letters appears to have, well, negative values (they partially overlap)! I didn't find a similar problem mentioned in the FAQ. I can't believe I'm the only one who has seen this! Command used: fop -fo examples/fo/basic/readme.fo -awt Thanks J. ERIC HAMACHER Software Application Developer 608.664.3859 8476 Greenway Boulevard Suite 100 Middleton, WI 53562 USA GALLUP Technology Achiever | Learner | Restorative | Intellection | Deliberative IMPORTANT NOTICE: This e-mail message and all attachments, if any, may contain confidential and privileged material and are intended only for the person or entity to which the message is addressed. If you are not an intended recipient, you are hereby notified that any use, dissemination, distribution, disclosure, or copying of this information is unauthorized and strictly prohibited. If you have received this communication in error, please contact the sender immediately by reply e-mail, and destroy all copies of the original message.
Re: '[EMAIL PROTECTED]'Hello all,
I found the RenderX XSL-FO tutorial quite helpful while learning XSL-FO. See the part about external graphics: http://www.renderx.com/tutorial.html#Graphics Best wishes, Chuck On 1/5/07, Prashant Saraf <[EMAIL PROTECTED]> wrote: > > > > >Hello all, > >I need to put image in PDF, can some one tell me how to do it. If u give any >example thanks for that > > > > > >Thanks and Regards > >प्रशांत सराफ > >(Prashant Saraf) > >SE-I > >Cross Country Infotech > >Ext : 72543 > > >- >To unsubscribe, e-mail: >[EMAIL PROTECTED] >For additional commands, e-mail: >[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
'[EMAIL PROTECTED]'Hello all,
Hello all, I need to put image in PDF, can some one tell me how to do it. If u give any example thanks for that Thanks and Regards प्रशांत सराफ (Prashant Saraf) SE-I Cross Country Infotech Ext : 72543 BEGIN:VCARD VERSION:2.1 N:Saraf;Prashant FN:Prashant Saraf EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20061129T082513Z END:VCARD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: OutOfMemoryError with "Hello World" and multicolumn
I guess it was the bugfix for long block texts that got fixed after 0.92beta that made this go away. However, the exception should have been a ArrayIndexOutOfBoundsException. Shrug. http://issues.apache.org/bugzilla/show_bug.cgi?id=39414 On 16.10.2006 09:46:06 Johannes Künsebeck wrote: > Yes, I tried the trunk and it works for me now, too. > Original-Nachricht > Datum: Mon, 16 Oct 2006 08:03:56 +0200 > Von: "Peter" <[EMAIL PROTECTED]> > An: fop-users@xmlgraphics.apache.org > Betreff: RE: OutOfMemoryError with "Hello World" and multicolumn > > > Still works for me (FOP Trunk, Windows XP, Java 1.5) > > > > > -Original Message- > > > From: Johannes Künsebeck [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, October 15, 2006 9:44 PM > > > To: fop-users@xmlgraphics.apache.org > > > Subject: Re: OutOfMemoryError with "Hello World" and multicolumn > > > > > > Oh, sorry, I posted the wrong file. Column-count must be 3 for the error > > > to appear. > > > > > > > > > Peter schrieb: > > > >> Can someone reproduce? > > > >> > > > > Works on Windows XP (using fop trunk) and Java 1.5 > > > > > > > > > > > >> -Original Message- > > > >> From: Johannes Küpnsebeck [mailto:[EMAIL PROTECTED] > > > >> Sent: Sunday, October 15, 2006 4:15 PM > > > >> To: fop-users@xmlgraphics.apache.org > > > >> Subject: OutOfMemoryError with "Hello World" and multicolumn > > > >> > > > >> Hi, > > > >> > > > >> I'm getting the following error: > > > >> $fop internet_beta.fo.xml test.pdf > > > >> Exception in thread "main" java.lang.OutOfMemoryError: Java heap > > space > > > >> > > > >> The input is a really simple fo-Document (nothing more than a hello > > > >> world) with column-count="3". > > > >> If i set column-count="1" it works, if I shorten the text by a few > > > bytes > > > >> it works, too. I'm sure my heap-space is bigger than the 1477 bytes > > of > > > >> text ;-). > > > >> If I encrease the VM Memory with -Xmx512m, it doesn't help. > > > >> Is there a limit for the length of a text-node? If I split the text > > > with > > > >> a "" the error disappears. > > > >> > > > >> Versions: > > > >> FOP Version 0.92beta and > > > >> > > > >> java version "1.5.0_05" > > > >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05- > > > b05) > > > >> Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, > > > sharing) > > > >> > > > >> on ubuntu linux > > > >> > > > >> Can someone reproduce? Any Ideas? > > > >> Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: RE: OutOfMemoryError with "Hello World" and multicolumn
Yes, I tried the trunk and it works for me now, too. Original-Nachricht Datum: Mon, 16 Oct 2006 08:03:56 +0200 Von: "Peter" <[EMAIL PROTECTED]> An: fop-users@xmlgraphics.apache.org Betreff: RE: OutOfMemoryError with "Hello World" and multicolumn > Still works for me (FOP Trunk, Windows XP, Java 1.5) > > > -Original Message- > > From: Johannes Künsebeck [mailto:[EMAIL PROTECTED] > > Sent: Sunday, October 15, 2006 9:44 PM > > To: fop-users@xmlgraphics.apache.org > > Subject: Re: OutOfMemoryError with "Hello World" and multicolumn > > > > Oh, sorry, I posted the wrong file. Column-count must be 3 for the error > > to appear. > > > > > > Peter schrieb: > > >> Can someone reproduce? > > >> > > > Works on Windows XP (using fop trunk) and Java 1.5 > > > > > > > > >> -Original Message- > > >> From: Johannes Küpnsebeck [mailto:[EMAIL PROTECTED] > > >> Sent: Sunday, October 15, 2006 4:15 PM > > >> To: fop-users@xmlgraphics.apache.org > > >> Subject: OutOfMemoryError with "Hello World" and multicolumn > > >> > > >> Hi, > > >> > > >> I'm getting the following error: > > >> $fop internet_beta.fo.xml test.pdf > > >> Exception in thread "main" java.lang.OutOfMemoryError: Java heap > space > > >> > > >> The input is a really simple fo-Document (nothing more than a hello > > >> world) with column-count="3". > > >> If i set column-count="1" it works, if I shorten the text by a few > > bytes > > >> it works, too. I'm sure my heap-space is bigger than the 1477 bytes > of > > >> text ;-). > > >> If I encrease the VM Memory with -Xmx512m, it doesn't help. > > >> Is there a limit for the length of a text-node? If I split the text > > with > > >> a "" the error disappears. > > >> > > >> Versions: > > >> FOP Version 0.92beta and > > >> > > >> java version "1.5.0_05" > > >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05- > > b05) > > >> Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, > > sharing) > > >> > > >> on ubuntu linux > > >> > > >> Can someone reproduce? Any Ideas? > > >> > > > > > > > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > -- > > Johannes Künsebeck > > Heeper Str. 52 > > 33607 Bielefeld > > > > 0521 / 5202341 > > [EMAIL PROTECTED] > -- GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist! NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: OutOfMemoryError with "Hello World" and multicolumn
Still works for me (FOP Trunk, Windows XP, Java 1.5) > -Original Message- > From: Johannes Künsebeck [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 15, 2006 9:44 PM > To: fop-users@xmlgraphics.apache.org > Subject: Re: OutOfMemoryError with "Hello World" and multicolumn > > Oh, sorry, I posted the wrong file. Column-count must be 3 for the error > to appear. > > > Peter schrieb: > >> Can someone reproduce? > >> > > Works on Windows XP (using fop trunk) and Java 1.5 > > > > > >> -Original Message- > >> From: Johannes Küpnsebeck [mailto:[EMAIL PROTECTED] > >> Sent: Sunday, October 15, 2006 4:15 PM > >> To: fop-users@xmlgraphics.apache.org > >> Subject: OutOfMemoryError with "Hello World" and multicolumn > >> > >> Hi, > >> > >> I'm getting the following error: > >> $fop internet_beta.fo.xml test.pdf > >> Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > >> > >> The input is a really simple fo-Document (nothing more than a hello > >> world) with column-count="3". > >> If i set column-count="1" it works, if I shorten the text by a few > bytes > >> it works, too. I'm sure my heap-space is bigger than the 1477 bytes of > >> text ;-). > >> If I encrease the VM Memory with -Xmx512m, it doesn't help. > >> Is there a limit for the length of a text-node? If I split the text > with > >> a "" the error disappears. > >> > >> Versions: > >> FOP Version 0.92beta and > >> > >> java version "1.5.0_05" > >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05- > b05) > >> Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, > sharing) > >> > >> on ubuntu linux > >> > >> Can someone reproduce? Any Ideas? > >> > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > Johannes Künsebeck > Heeper Str. 52 > 33607 Bielefeld > > 0521 / 5202341 > [EMAIL PROTECTED] internet_beta.pdf Description: Adobe PDF document - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: OutOfMemoryError with "Hello World" and multicolumn
Oh, sorry, I posted the wrong file. Column-count must be 3 for the error to appear. Peter schrieb: >> Can someone reproduce? >> > Works on Windows XP (using fop trunk) and Java 1.5 > > >> -Original Message- >> From: Johannes Küpnsebeck [mailto:[EMAIL PROTECTED] >> Sent: Sunday, October 15, 2006 4:15 PM >> To: fop-users@xmlgraphics.apache.org >> Subject: OutOfMemoryError with "Hello World" and multicolumn >> >> Hi, >> >> I'm getting the following error: >> $fop internet_beta.fo.xml test.pdf >> Exception in thread "main" java.lang.OutOfMemoryError: Java heap space >> >> The input is a really simple fo-Document (nothing more than a hello >> world) with column-count="3". >> If i set column-count="1" it works, if I shorten the text by a few bytes >> it works, too. I'm sure my heap-space is bigger than the 1477 bytes of >> text ;-). >> If I encrease the VM Memory with -Xmx512m, it doesn't help. >> Is there a limit for the length of a text-node? If I split the text with >> a "" the error disappears. >> >> Versions: >> FOP Version 0.92beta and >> >> java version "1.5.0_05" >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) >> Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) >> >> on ubuntu linux >> >> Can someone reproduce? Any Ideas? >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Johannes Künsebeck Heeper Str. 52 33607 Bielefeld 0521 / 5202341 [EMAIL PROTECTED] http://www.w3.org/1999/XSL/Format";> Die Geschichte der AIESEC ist die Geschichte einer Idee, die buchstäblich um die Welt ging: 1948 gründeten Studierende aus sieben Ländern in Stockholm die Organisation AIESEC, mit dem Ziel, einen Beitrag zur besseren Gestaltung der Welt zu leisten. Heute verbindet dieses Netzwerk 20.000 Studierende rund um die Welt, seit 2003 ist AIESEC als erste Studentenorganisation auch in Afghanistan präsent. In Deutschland ist AIESEC an fast 60 Universitäten und Fachhochschulen vertreten. Seit ihrer Gründung 1948 verfolgt AIESEC ein klares Ziel: Die Ausbildung von verantwortungsbewussten jungen Menschen, die heute und in ihren zukünftigen Positionen einen Beitrag zur positiven Gestaltung der Gesellschaft leisten. Umgesetzt wird dieses Ziel durch das lokale ehrenamtliche Engagement, die frühzeitige Übernahme von Führungspositionen innerhalb der Organisation und die Teilnahme an einem Auslandspraktikum, sowie Betreuung der ausländischen Praktikanten vor Ort. Diese Arbeit wird von allen Beteiligten als eine spannende Horizonterweiterung und große persönliche Bereicherung erlebt. In Bielefeld betreut die AIESEC zur Zeit 3 Praktikantinnen und Praktikanten aus 3 Ländern. Dabei ist ein Ziel, die ausländischen Gäste mit der deutschen Kultur und Lebensweise, mit unseren Gewohnheiten und Traditionen vertraut zu machen. Dabei können auch Sie mitmachen! Laden Sie doch einmal einen ausländischen Gast zum Weihnachtsfest ein und lassen Sie In Bielefeld betreut die AIESEC zur Zeit 3 Praktikantinnen und Praktikanten aus 3 Ländern. Dabei ist ein Ziel, die ausländischen Gäste mit der deutschen Kultur und Lebensweise, mit unseren Gewohnheiten und Traditionen vertraut zu machen. Dabei können auch Sie mitmachen! Laden Sie doch einmal einen ausländischen Gast zum Weihnachtsfest ein und lassen Sie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: OutOfMemoryError with "Hello World" and multicolumn
> Can someone reproduce? Works on Windows XP (using fop trunk) and Java 1.5 > -Original Message- > From: Johannes Küpnsebeck [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 15, 2006 4:15 PM > To: fop-users@xmlgraphics.apache.org > Subject: OutOfMemoryError with "Hello World" and multicolumn > > Hi, > > I'm getting the following error: > $fop internet_beta.fo.xml test.pdf > Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > > The input is a really simple fo-Document (nothing more than a hello > world) with column-count="3". > If i set column-count="1" it works, if I shorten the text by a few bytes > it works, too. I'm sure my heap-space is bigger than the 1477 bytes of > text ;-). > If I encrease the VM Memory with -Xmx512m, it doesn't help. > Is there a limit for the length of a text-node? If I split the text with > a "" the error disappears. > > Versions: > FOP Version 0.92beta and > > java version "1.5.0_05" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) > Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) > > on ubuntu linux > > Can someone reproduce? Any Ideas? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
OutOfMemoryError with "Hello World" and multicolumn
Hi, I'm getting the following error: $fop internet_beta.fo.xml test.pdf Exception in thread "main" java.lang.OutOfMemoryError: Java heap space The input is a really simple fo-Document (nothing more than a hello world) with column-count="3". If i set column-count="1" it works, if I shorten the text by a few bytes it works, too. I'm sure my heap-space is bigger than the 1477 bytes of text ;-). If I encrease the VM Memory with -Xmx512m, it doesn't help. Is there a limit for the length of a text-node? If I split the text with a "" the error disappears. Versions: FOP Version 0.92beta and java version "1.5.0_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) on ubuntu linux Can someone reproduce? Any Ideas? http://www.w3.org/1999/XSL/Format";> Die Geschichte der AIESEC ist die Geschichte einer Idee, die buchstäblich um die Welt ging: 1948 gründeten Studierende aus sieben Ländern in Stockholm die Organisation AIESEC, mit dem Ziel, einen Beitrag zur besseren Gestaltung der Welt zu leisten. Heute verbindet dieses Netzwerk 20.000 Studierende rund um die Welt, seit 2003 ist AIESEC als erste Studentenorganisation auch in Afghanistan präsent. In Deutschland ist AIESEC an fast 60 Universitäten und Fachhochschulen vertreten. Seit ihrer Gründung 1948 verfolgt AIESEC ein klares Ziel: Die Ausbildung von verantwortungsbewussten jungen Menschen, die heute und in ihren zukünftigen Positionen einen Beitrag zur positiven Gestaltung der Gesellschaft leisten. Umgesetzt wird dieses Ziel durch das lokale ehrenamtliche Engagement, die frühzeitige Übernahme von Führungspositionen innerhalb der Organisation und die Teilnahme an einem Auslandspraktikum, sowie Betreuung der ausländischen Praktikanten vor Ort. Diese Arbeit wird von allen Beteiligten als eine spannende Horizonterweiterung und große persönliche Bereicherung erlebt. In Bielefeld betreut die AIESEC zur Zeit 3 Praktikantinnen und Praktikanten aus 3 Ländern. Dabei ist ein Ziel, die ausländischen Gäste mit der deutschen Kultur und Lebensweise, mit unseren Gewohnheiten und Traditionen vertraut zu machen. Dabei können auch Sie mitmachen! Laden Sie doch einmal einen ausländischen Gast zum Weihnachtsfest ein und lassen Sie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Hello world test with fop
On 5/22/06, Jeremias Maerki <[EMAIL PROTECTED]> wrote: No, don't replace fo:table-and-caption with fo:table, remove all fo:table-and-caption elements. o ok. Sorry I completely misunderstood the previous post. Thanks for the correction ! Works fine now. Regards, Mathieu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Hello world test with fop
No, don't replace fo:table-and-caption with fo:table, remove all fo:table-and-caption elements. On 22.05.2006 17:43:38 Mathieu Malaterre wrote: > On 5/22/06, Chris Bowditch <[EMAIL PROTECTED]> wrote: > > I notice from the FO file that you are using fo:table-and-caption, which > > is not implemented in FOP v0.20.5 or in the latest v0.92. Delete the > > fo:table-and-caption element, and replace it with the child fo:table. I > > reckon you should see the tables then. > > > > > > Chris, > > Thanks a lot for your help unfortunately it still does not work. all > I did was: > > s/fo:table-and-caption/fo:table/g > > Then rerun fop (with -d) I get (*). Unfortunately I still cannot see > the table. Is there a way to actually see what went wrong (some other > flags with fop) ? > > Thanks > Mathieu > > (*) > [DEBUG] Input mode: > [DEBUG] FO > [DEBUG] fo input file: fo/sample-table_1.fo > [DEBUG] Output mode: > [DEBUG] pdf > [DEBUG] output file: test.pdf > [DEBUG] OPTIONS > [DEBUG] no user configuration file is used [default] > [DEBUG] debug mode on > [DEBUG] dump configuration > [DEBUG] quiet mode on > [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser > [INFO] base directory: file:/tmp/fop/fo/ > [INFO] FOP 0.20.5 > [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser > [INFO] building formatting object tree > [INFO] setting up fonts > [ERROR] property - "xml:lang" is not implemented yet. > [INFO] [1] > [WARNING] table-layout=auto is not supported, using fixed! > [WARNING] table-layout=auto is not supported, using fixed! > [INFO] JAI support was not installed (read: not present at build > time). Trying to use Jimi instead > [DEBUG] Last page-sequence produced 1 pages. > [INFO] Parsing of document complete, stopping renderer > [DEBUG] Initial heap size: 547Kb > [DEBUG] Current heap size: 759Kb > [DEBUG] Total memory used: 211Kb > [DEBUG] Memory use is indicative; no GC was performed > [DEBUG] These figures should not be used comparatively > [DEBUG] Total time used: 876ms > [DEBUG] Pages rendered: 1 > [DEBUG] Avg render time: 876ms/page Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Hello world test with fop
On 5/22/06, Chris Bowditch <[EMAIL PROTECTED]> wrote: I notice from the FO file that you are using fo:table-and-caption, which is not implemented in FOP v0.20.5 or in the latest v0.92. Delete the fo:table-and-caption element, and replace it with the child fo:table. I reckon you should see the tables then. Chris, Thanks a lot for your help unfortunately it still does not work. all I did was: s/fo:table-and-caption/fo:table/g Then rerun fop (with -d) I get (*). Unfortunately I still cannot see the table. Is there a way to actually see what went wrong (some other flags with fop) ? Thanks Mathieu (*) [DEBUG] Input mode: [DEBUG] FO [DEBUG] fo input file: fo/sample-table_1.fo [DEBUG] Output mode: [DEBUG] pdf [DEBUG] output file: test.pdf [DEBUG] OPTIONS [DEBUG] no user configuration file is used [default] [DEBUG] debug mode on [DEBUG] dump configuration [DEBUG] quiet mode on [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] base directory: file:/tmp/fop/fo/ [INFO] FOP 0.20.5 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] building formatting object tree [INFO] setting up fonts [ERROR] property - "xml:lang" is not implemented yet. [INFO] [1] [WARNING] table-layout=auto is not supported, using fixed! [WARNING] table-layout=auto is not supported, using fixed! [INFO] JAI support was not installed (read: not present at build time). Trying to use Jimi instead [DEBUG] Last page-sequence produced 1 pages. [INFO] Parsing of document complete, stopping renderer [DEBUG] Initial heap size: 547Kb [DEBUG] Current heap size: 759Kb [DEBUG] Total memory used: 211Kb [DEBUG] Memory use is indicative; no GC was performed [DEBUG] These figures should not be used comparatively [DEBUG] Total time used: 876ms [DEBUG] Pages rendered: 1 [DEBUG] Avg render time: 876ms/page - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Hello world test with fop
Mathieu Malaterre wrote: Hello there, I have just started with XSL-FO and I have the following problem. I am not able to produce the proper pdf file. Here is what I have: http://gdcm.sourceforge.net/test.pdf here is what I should have: http://www.antennahouse.com/XSLsample/pdf/sample-table_1.pdf I notice from the FO file that you are using fo:table-and-caption, which is not implemented in FOP v0.20.5 or in the latest v0.92. Delete the fo:table-and-caption element, and replace it with the child fo:table. I reckon you should see the tables then. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Hello world test with fop
Hello there, I have just started with XSL-FO and I have the following problem. I am not able to produce the proper pdf file. Here is what I have: http://gdcm.sourceforge.net/test.pdf here is what I should have: http://www.antennahouse.com/XSLsample/pdf/sample-table_1.pdf I am working on Debian/linux with fop (apache). To produce test.pdf I did the following: $ history 1 mkdir /tmp/2 2 cd /tmp/2 3 wget http://www.antennahouse.com/XSLsample/sample-all-files.zip 4 unzip sample-all-files.zip 5 fop fo/sample-table_1.fo test.pdf and fop execution produced: [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] building formatting object tree [INFO] setting up fonts [ERROR] property - "xml:lang" is not implemented yet. [INFO] [1] [INFO] JAI support was not installed (read: not present at build time). Trying to use Jimi instead [INFO] Parsing of document complete, stopping renderer Any comment/suggestion welcome -- Mathieu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Hello, about fop
- original Nachricht Betreff: Hello, about fop Gesendet: Mo 06 Mär 2006 23:39:57 CET Von: "chinlu chinawa"<[EMAIL PROTECTED]> > I understand dockbook/XML-XSLT/SGML-DSSSL and it's > customization layers as a good way of working, > although I'd like an expert to advise me. http://www.sagehill.net/docbookxsl/index.html > I'd be working on a pdf output basis or any other > format that would be better for a press to work with. > I'm within a linux system, and have no troubles at all > when starting to learn all over again, tex or any > other format any one could advise me as "the most > proffesional one" when dealing with presses (is that > how you call those places that actually print out your > book, isn't it?), sorry my english anyway. Dunno what this all about, I only use fop 0.91, even on a HP-UX 11 and I also rendered fancy svg into PDF-outputs. My only advice would be: OpenOffice->"Export As «SVG»"->insert into FO (or docbook-resource, have a look at the "mediaobject") and run fop. Maybe it's not the right way to design flyers and graphical complex structures. Therefore leave the fo-step and export directly from OpenOffice...(if it runs on your box, at all). TeX and LaTeX is a bit more complicated, try starting with "LyX", if it compiles/runs on your glibc-whatever *g* - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Hello, about fop
Well, I got both jdk, and jre installed (1_3_1_17), I mean, the did decompress. They need at least glibc-2.2.4, whilst mine is 2.2.1. Could not even build fop because of this, therefore there's no way it would run either, so I got rid of all. I wouldn't say this is any odd problem at all, but a simple glibc dependency issue, though. My compiler and glibc are a bit older, as in my opninion, nobody needs a glibc eating a hundred more megabytes of memory after each release, and I can compile new applications as they come out (and I need them), but the rest of my system is up to date, and haven't had any problem I couldn't solve. Anyway, I've only used java because of fop, and is just that we don't need to, this is unix. Ahm, yes I'm sure that 0.91 is a proper production tool, but I cannot say same of 0.20.5. It's alright for simple documents, though. But when you start dealing with tables, or footers or headers, and you need precision, there's no way, or that's been my experience. Well, you didn't point out me anywhere, I've been reading about tex, and it looks quite powerfull and robust, I whish I would have started with it from the begining, so I'll do it now. Best Regards guys, ___ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Hello, about fop
Hi guys, I've been around the installation of trunk's version of FOP, which I've ended up by not being able to use beacuse of my system is too old (libc-2.2, gcc 2.95.3), and the java version you've lately updated to, doesn't run here. Actually, the only version I'd able to use, would be 0.20.5. The thing is this version doesn't respect my custom footers (the body overrides it), body text doesn't start neither at the same possition when using this footers, etc. So I'm just wondering whether could anyone please tell about other resources? I'd like to be able to generate nice-looking documents, I mean with svg or anyother scalable imaging format, etc. For this time, I'll be publishing in C5 (paper size), don't know whether this would a problem or not. I understand dockbook/XML-XSLT/SGML-DSSSL and it's customization layers as a good way of working, although I'd like an expert to advise me. I'd be working on a pdf output basis or any other format that would be better for a press to work with. I'm within a linux system, and have no troubles at all when starting to learn all over again, tex or any other format any one could advise me as "the most proffesional one" when dealing with presses (is that how you call those places that actually print out your book, isn't it?), sorry my english anyway. I've been for a while away from any of this, but I do remember there are formats such as dvi, postscript, I know one can have pdf from sgml + jadetex, that one can use it even with dsssl or xslt style-sheets (IIRC). I'd really appreciate, though, if someone could advise when getting into something that's gonna be stable, robust, and is not gonna break any of my work beacuse of thirdy-party dependencies, whilst being able to generate good-looking documents as well as dealing with presses, or printing-presses at highest level. Kind Regards,
Re: Hello, about fop
So, you can't install at least a JDK 1.3.1? That would seem very odd. Many people work with DocBook and FOP 0.20.5 or FOP 0.91beta and seem to be relatively happy. There are some issues, yes, but the problems you describe are, to my knowledge, not among them. I'm not sure how to help you any further here. On 06.03.2006 23:39:29 chinlu chinawa wrote: > Hi, > > I've been around the installation of trunk's version > of FOP, which I've ended up by not being able to use > beacuse of my system is too old (libc-2.2, gcc > 2.95.3), and the java version you've lately updated > to, doesn't run here. > > Actually, very likely, the only version I'd able to > use, would be 0.20.5. The thing is this version > doesn't respect my custom footers (the body overrides > it), body text doesn't start neither at the same > possition when using this footers, etc. > > So I'm just wondering whether could anyone please tell > about other resources? > > I'd like to be able to generate nice-looking > documents, I mean with svg or anyother scalable > imaging format, etc. For this time, I'll be publishing > in C5 (paper size), don't know whether this would a > problem or not. > > I understand dockbook/XML-XSLT/SGML-DSSSL and it's > customization layers as a good way of working, > although I'd like an expert to advise me. > > I'd be working on a pdf output basis or any other > format that would be better for a press to work with. > I'm within a linux system, and have no troubles at all > when starting to learn all over again, tex or any > other format any one could advise me as "the most > proffesional one" when dealing with presses (is that > how you call those places that actually print out your > book, isn't it?), sorry my english anyway. > > I've been for a while away from any of this, but I do > remember there are formats such as dvi, postscript, I > know one can have pdf from sgml + jadetex, that one > can use it even with dsssl or xslt style-sheets > (IIRC). > > I'd really appreciate, though, if someone could advise > when getting into something that's gonna be stable, > robust, and is not gonna break any of my work beacuse > of thirdy-party dependencies (don't want to bother off > anyone, I just mean and independent doc-system), > whilst being able to generate good-looking documents > as well as dealing with presses, or printing-presses > at a highest level, probably a backend for postscript > whatever it is, don't really know how it works > nowadays. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Hello, about fop
Hi, I've been around the installation of trunk's version of FOP, which I've ended up by not being able to use beacuse of my system is too old (libc-2.2, gcc 2.95.3), and the java version you've lately updated to, doesn't run here. Actually, very likely, the only version I'd able to use, would be 0.20.5. The thing is this version doesn't respect my custom footers (the body overrides it), body text doesn't start neither at the same possition when using this footers, etc. So I'm just wondering whether could anyone please tell about other resources? I'd like to be able to generate nice-looking documents, I mean with svg or anyother scalable imaging format, etc. For this time, I'll be publishing in C5 (paper size), don't know whether this would a problem or not. I understand dockbook/XML-XSLT/SGML-DSSSL and it's customization layers as a good way of working, although I'd like an expert to advise me. I'd be working on a pdf output basis or any other format that would be better for a press to work with. I'm within a linux system, and have no troubles at all when starting to learn all over again, tex or any other format any one could advise me as "the most proffesional one" when dealing with presses (is that how you call those places that actually print out your book, isn't it?), sorry my english anyway. I've been for a while away from any of this, but I do remember there are formats such as dvi, postscript, I know one can have pdf from sgml + jadetex, that one can use it even with dsssl or xslt style-sheets (IIRC). I'd really appreciate, though, if someone could advise when getting into something that's gonna be stable, robust, and is not gonna break any of my work beacuse of thirdy-party dependencies (don't want to bother off anyone, I just mean and independent doc-system), whilst being able to generate good-looking documents as well as dealing with presses, or printing-presses at a highest level, probably a backend for postscript whatever it is, don't really know how it works nowadays. Kind Regards, ___ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Problem with fox:outline in FOP Trunk (was: Hello)
Jeremias Maerki wrote: XSL 1.0, 6.4.19, fo:static-content says: http://www.w3.org/TR/xsl/slice6.html#fo_static-content Contents: (%block;)+ So you must at least have one block as a child for fo:static-content (It can be empty). The redesigned FOP is much more strict about the interpretation of the specification. The reason why XSL is strict about this is to guard against XSLT errors--i.e., a erroneously un-activated XSLT template causing your fo:static-content element to be empty on (say) page 240, and you not knowing that because your XSL processor silently kept running (or just giving a warning message among several screens of other output.) By halting, it allows you to go back and fix the template error instead of submitting an erroneously built document to someone else. Glen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Problem with fox:outline in FOP Trunk (was: Hello)
On 21.10.2005 18:11:17 a b wrote: > Hello again, > > Sorry about that, and thanks very much to both of you > for your replies. > > I din´t say I´m using dockbook, together with xlstproc > and fop. > > I´m just a newbie with all of this, but after your > replies, I´ve managed to correct docbook-xsl sources > to handle properly fo:bookmark-tree and it´s > descendants. > > Now I´m getting another error wich has got something > to do fo:static content asking for one or more block > entries. > > I mean, what to do If I´d like to use fop´s latest > snapshot + docbook as a tool-chain? > > Anywhere form where to get info about this specific > issue? XSL 1.0, 6.4.19, fo:static-content says: http://www.w3.org/TR/xsl/slice6.html#fo_static-content Contents: (%block;)+ So you must at least have one block as a child for fo:static-content (It can be empty). The redesigned FOP is much more strict about the interpretation of the specification. > Also, Jeremias said the actual snapshot is broken due > to long path names in this case, where can I find info > on whether the actual snapshot is actually broken or > not (and where), so I sync of all this and handle it > and work always with latest versions? There's no direct info that they are broken, but we removed the links to the snapshots. We will reenable the link when the snapshot production is fixed. Until then we recommend that you download the sources using Subversion. > Kind Regards, > > > --- Jeremias Maerki <[EMAIL PROTECTED]> > escribió: > > > The snapshots are currently broken due to long path > > names. But that's > > not the problem you're experiencing. The problem is > > that fox:outline [1] > > is not implemented in FOP Trunk anymore. It has been > > superseded by the > > new bookmark elements from XSL-FO 1.1 [2]. > > > > I wonder if we should add fox:outline again for > > backwards compatibility. > > Hmm. > > > > A little request: Please put a descriptive text in > > the subject line next > > time. Thanks. > > > > [1] > > > http://xmlgraphics.apache.org/fop/extensions.html#bookmarks > > [2] http://www.w3.org/TR/xsl11/#d0e14085 > > > > On 21.10.2005 16:43:37 a b wrote: > > > Helo there, > > > > > > I´m using fop under a linux-debian box. > > > > > > I´ve been trying to get the "trunk" version of > > fop, > > > from here: > > > > > > http://cvs.apache.org/snapshots/fop/ > > > > > > I´ve set up ant, and the last version of java > > sdk/jre. > > > > > > I´ve donwloaded the last two versions by now, > > which > > > are: > > > > > > fop_20051021104642.tar.gz > > > fop_20051021043611.tar.gz > > > > > > But when I build them up and try to use them, I > > get an > > > error like this, more or less: > > > > > > No element mapping definition found for > > > > > > > I think (in my ignorance), this could be either > > > because automatic-snapshots are not always > > > "working-products", or because I´m doing something > > > wrong, although build-process seems to finish ok. > > > > > > Why I´m looking for a newer version than 0.20.5 is > > > because I can use background-image, and some other > > > properties seem to be already implemented, as seen > > > here: > > > > > > > > > http://xmlgraphics.apache.org/fop/compliance.html#fo-object-section > > > > > > > > > Any comments are welcome. > > > > > > Kind Regards, > > > > > > Jeremias Maerki > > > > > > > - > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > __ > Renovamos el Correo Yahoo! > Nuevos servicios, más seguridad > http://correo.yahoo.es > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Problem with fox:outline in FOP Trunk (was: Hello)
Hello again, Sorry about that, and thanks very much to both of you for your replies. I din´t say I´m using dockbook, together with xlstproc and fop. I´m just a newbie with all of this, but after your replies, I´ve managed to correct docbook-xsl sources to handle properly fo:bookmark-tree and it´s descendants. Now I´m getting another error wich has got something to do fo:static content asking for one or more block entries. I mean, what to do If I´d like to use fop´s latest snapshot + docbook as a tool-chain? Anywhere form where to get info about this specific issue? Also, Jeremias said the actual snapshot is broken due to long path names in this case, where can I find info on whether the actual snapshot is actually broken or not (and where), so I sync of all this and handle it and work always with latest versions? Kind Regards, --- Jeremias Maerki <[EMAIL PROTECTED]> escribió: > The snapshots are currently broken due to long path > names. But that's > not the problem you're experiencing. The problem is > that fox:outline [1] > is not implemented in FOP Trunk anymore. It has been > superseded by the > new bookmark elements from XSL-FO 1.1 [2]. > > I wonder if we should add fox:outline again for > backwards compatibility. > Hmm. > > A little request: Please put a descriptive text in > the subject line next > time. Thanks. > > [1] > http://xmlgraphics.apache.org/fop/extensions.html#bookmarks > [2] http://www.w3.org/TR/xsl11/#d0e14085 > > On 21.10.2005 16:43:37 a b wrote: > > Helo there, > > > > I´m using fop under a linux-debian box. > > > > I´ve been trying to get the "trunk" version of > fop, > > from here: > > > > http://cvs.apache.org/snapshots/fop/ > > > > I´ve set up ant, and the last version of java > sdk/jre. > > > > I´ve donwloaded the last two versions by now, > which > > are: > > > > fop_20051021104642.tar.gz > > fop_20051021043611.tar.gz > > > > But when I build them up and try to use them, I > get an > > error like this, more or less: > > > > No element mapping definition found for > > > > I think (in my ignorance), this could be either > > because automatic-snapshots are not always > > "working-products", or because I´m doing something > > wrong, although build-process seems to finish ok. > > > > Why I´m looking for a newer version than 0.20.5 is > > because I can use background-image, and some other > > properties seem to be already implemented, as seen > > here: > > > > > http://xmlgraphics.apache.org/fop/compliance.html#fo-object-section > > > > > > Any comments are welcome. > > > > Kind Regards, > > > Jeremias Maerki > > > - > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad http://correo.yahoo.es - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Problem with fox:outline in FOP Trunk (was: Hello)
The snapshots are currently broken due to long path names. But that's not the problem you're experiencing. The problem is that fox:outline [1] is not implemented in FOP Trunk anymore. It has been superseded by the new bookmark elements from XSL-FO 1.1 [2]. I wonder if we should add fox:outline again for backwards compatibility. Hmm. A little request: Please put a descriptive text in the subject line next time. Thanks. [1] http://xmlgraphics.apache.org/fop/extensions.html#bookmarks [2] http://www.w3.org/TR/xsl11/#d0e14085 On 21.10.2005 16:43:37 a b wrote: > Helo there, > > I´m using fop under a linux-debian box. > > I´ve been trying to get the "trunk" version of fop, > from here: > > http://cvs.apache.org/snapshots/fop/ > > I´ve set up ant, and the last version of java sdk/jre. > > I´ve donwloaded the last two versions by now, which > are: > > fop_20051021104642.tar.gz > fop_20051021043611.tar.gz > > But when I build them up and try to use them, I get an > error like this, more or less: > > No element mapping definition found for > I think (in my ignorance), this could be either > because automatic-snapshots are not always > "working-products", or because I´m doing something > wrong, although build-process seems to finish ok. > > Why I´m looking for a newer version than 0.20.5 is > because I can use background-image, and some other > properties seem to be already implemented, as seen > here: > > http://xmlgraphics.apache.org/fop/compliance.html#fo-object-section > > > Any comments are welcome. > > Kind Regards, Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Hello
On Oct 21, 2005, at 16:43, a b wrote: Hi, But when I build them up and try to use them, I get an error like this, more or less: No element mapping definition found for That's because in the trunk, bookmarks are now moved into the default FO namespace. Bookmarks are an added feature of the XSL 1.1 WD. In order to use bookmarks, you have to convert to using fo:bookmark- tree, fo:bookmark and fo:bookmark-title. see: http://www.w3.org/TR/xsl11/#d0e14085 HTH! Greetz, Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Hello
Helo there, I´m using fop under a linux-debian box. I´ve been trying to get the "trunk" version of fop, from here: http://cvs.apache.org/snapshots/fop/ I´ve set up ant, and the last version of java sdk/jre. I´ve donwloaded the last two versions by now, which are: fop_20051021104642.tar.gz fop_20051021043611.tar.gz But when I build them up and try to use them, I get an error like this, more or less: No element mapping definition found for http://xmlgraphics.apache.org/fop/compliance.html#fo-object-section Any comments are welcome. Kind Regards, __ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad http://correo.yahoo.es - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]