Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread gtsopour
fo:block fo:inlineText1/fo:inline fo:inlineText2/fo:inline /fo:block I have a block and i put in it some inlines, as shown in the example. I want the inlines untouched-solid in a single line if they fit and if they don't feet , then change line main whole(do not get cut at the end of current line

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread Griffin,Sean
I'm not exactly sure I follow the question, but I think (hope) I understand it well enough to answer. The example you gave seems a bit off, though, as I don't see how the word Test3 would ever break in the middle. The only break opportunity in the Test3 Test3 inline would be at the space

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread George Tsopouridis
Thanks Griffin,Sean for your answer but i think that my problem is more complicated I'll give you a better example I have this text* in an inline. --- *Today is a beautiful day # ok;; SO, blockinlineToday is a beautiful day 1/inlineinlineToday is a beautiful day 2/inlineinlineToday is a

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread Griffin,Sean
I haven't tried this, but I still think using non-breaking spaces is the way to go. So if you did this: blockinlineToday#xA0;is#xA0;a#xA0;beautiful#xA0;day#xA0;1/inline inline Today#xA0;is#xA0;a#xA0;beautiful#xA0;day#xA0;2/inline inline

Embedding fonts

2008-07-02 Thread Thomas S.
Hi, I have a problem with embedding fonts while running Apache FOP within a web application. This seems to be caused by a problem with reading the font metrics from a jar file. Obviously FOP can read the configuration from the jar, it also doesn't complain while starting:  2008-07-02

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread George Tsopouridis
Thanks again where is my wrong in this case fo:block fo:inlineToday is a beuatiful day1/fo:inline fo:character character= / fo:inlineToday is a beuatiful day1/fo:inline fo:character character= / fo:inlineToday is a beuatiful day1/fo:inline fo:character character= / /fo:block because i am

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread George Tsopouridis
Griffin,Sean THANK YOU VERY maybe it'so simple, but i cannot understand you. can you send me mini fo:example... I need it... thanks Griffin,Sean wrote: It's not the spaces *between* inlines where you want the non-breaking spaces, it's the spaces *within* the inline. What you want to

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread Griffin,Sean
fo:block fo:inlineToday#xA0;is#xA0;a#xA0;beautiful#xA0;day#xA0;1/fo:inline fo:inlineToday#xA0;is#xA0;a#xA0;beautiful#xA0;day#xA0;2/fo:inline fo:inlineToday#xA0;is#xA0;a#xA0;beautiful#xA0;day#xA0;3/fo:inline

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread George Tsopouridis
no result nothing---thanks..i cannot understand where is my problem;; Griffin,Sean wrote: fo:block fo:inlineToday#xA0;is#xA0;a#xA0;beautiful#xA0;day#xA0;1/fo:inline fo:inlineToday#xA0;is#xA0;a#xA0;beautiful#xA0;day#xA0;2/fo:inline

Re: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread Andreas Delmelle
On Jul 2, 2008, at 12:15, gtsopour wrote: fo:block fo:inlineText1/fo:inline fo:inlineText2/fo:inline /fo:block I have a block and i put in it some inlines, as shown in the example. I want the inlines untouched-solid in a single line if they fit and if they don't feet , then change line

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread Griffin,Sean
I'm afraid I don't know either. I've tried the below example in FOP 0.20.5, 0.94, and 0.95beta, and all 3 seem to work just fine. -Original Message- From: George Tsopouridis [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 11:05 AM To: fop-users@xmlgraphics.apache.org Subject:

How do I add subscripts dynamically ? Guru needed...

2008-07-02 Thread knoxor
Hi, I need to be able to parse a block of text that may contain the html superscript tags and convert this into FOP superscripts. I haven't a clue how to do this and was hoping some experts out there may offer some help. Basically I will have an xml file like this: statement statementbody

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread Griffin,Sean
For some reason I had the mistaken impression that keep-together only applied to blocks and not inlines. Guess I'm wrong! And yes, that would certainly be an easier way to make it work. -Original Message- From: Andreas Delmelle [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008

Re: How do I add subscripts dynamically ? Guru needed...

2008-07-02 Thread Andreas Delmelle
On Jul 2, 2008, at 18:14, knoxor wrote: I need to be able to parse a block of text that may contain the html superscript tags and convert this into FOP superscripts. I haven't a clue how to do this and was hoping some experts out there may offer some help. Basically I will have an xml

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread George Tsopouridis
this doesn't work for fop 0.94 Griffin,Sean wrote: For some reason I had the mistaken impression that keep-together only applied to blocks and not inlines. Guess I'm wrong! And yes, that would certainly be an easier way to make it work. -Original Message- From: Andreas

RE: Inline blocks in fop 0.94 (not block with inlines)

2008-07-02 Thread George Tsopouridis
please mail me to [EMAIL PROTECTED] this demo fo: file -i want to run it...thanks Griffin,Sean Griffin,Sean wrote: I'm afraid I don't know either. I've tried the below example in FOP 0.20.5, 0.94, and 0.95beta, and all 3 seem to work just fine. -Original Message- From: George

Re: How do I add subscripts dynamically ? Guru needed...

2008-07-02 Thread Andreas Delmelle
On Jul 2, 2008, at 18:25, Andreas Delmelle wrote: On Jul 2, 2008, at 18:14, knoxor wrote: snip / My xslt translation file has the following: xsl:for-each select=statement fo:block padding-bottom=2mm text-align=justify keep-with- next=always font-size=10pt xsl:value-of

Re: Forward references in marker element throws NPE

2008-07-02 Thread Andreas Delmelle
On Jul 2, 2008, at 11:30, Browning, Jamie wrote: Hi Jamie If there is any way in which I can positively influence the decision to include this patch then I would like to do so. You're playing with fire here... |8- In the meantime, I have already applied the changes. It's literally only

Re: Embedding fonts

2008-07-02 Thread J.Pietschmann
Thomas S. wrote: I have a problem with embedding fonts while running Apache FOP within a web application. This seems to be caused by a problem with reading the font metrics from a jar file. Which FOP version are you using? java.lang.RuntimeException: Cannot load font: failed to create Source

PDF format becomes ISO standard (ISO 32000-1)

2008-07-02 Thread The Web Maestro
Greetings FOP Folks, I thought I'd let you know (in case you didn't already 'hear') that the ISO has a new standard[1]: ISO 32000-1, Document management – Portable document format – Part 1: PDF 1.7 Here're some choice pieces from the article... The Portable Document Format (PDF), undeniably