RE: (not so private reply) Variable in Static Content

2003-02-18 Thread Calero, Roberto
Title: RE: (not so private reply) Variable in Static Content that's right mate! slang ain't written just spoken. -Original Message- From: Roland Neilands [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 10:51 AM To: [EMAIL PROTECTED] Subject: RE: (not so private reply)

Réf. : RE: (not so private reply) Variable in Static Content

2003-02-18 Thread s-oualid
Thanks you a lot for the fo:marker tips, that is exactly what I was looking for !I can sleep peacelynow... ;)Simon-"Roland Neilands" [EMAIL PROTECTED] a écrit : -Pour : [EMAIL PROTECTED]De : "Roland Neilands" [EMAIL PROTECTED]Date : 18/02/2003 12:50AMObjet : RE: (not so private reply)

XSL source

2003-02-18 Thread Matthew Lancashire
Can you pass a file as a URL I am currently using the command below Source xsltSrc = new StreamSource(new File(xslt)); Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552

AW: FOP logo contest

2003-02-18 Thread Andre Halama
New FOP is looming and it needs a new logo. FOP Team announces open logo contest and invites all members of the FOP community as well as any other interested parties to participate as contestants or by expressing your opinion through voting. hi list, here is another try of mine (svg also

Re: logging and line numbers of errors

2003-02-18 Thread Oleg Tkachenko
Eric Smith wrote: I find it frustrating not being informed of line numbers where fop finds an error. I get the stack trace but no useful indication of where to find the error. Is this a known deficiency or am I missing something? I don't think it's possible. FOP core receives an input as SAX

Re: AW: FOP logo contest

2003-02-18 Thread Oleg Tkachenko
Andre Halama wrote: here is another try of mine (svg also available). Added to the list, thank you! -- Oleg Tkachenko Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[ANNOUNCEMENT] FOP 0.20.5 Release Candidate 2 available

2003-02-18 Thread Christian Geisert
Hi all, the second Release Candidate for 0.20.5 is finally available at http://www.apache.org/dist/xml/fop for downloading and testing. (New download location - please use a mirror if possible) It is planed to make the actual release on on february the 28th if no serious bugs show up. The changes

Re: [ANNOUNCEMENT] FOP 0.20.5 Release Candidate 2 available

2003-02-18 Thread Eduardo Santilli
is it avalible a version of fop that works with rtf? Christian Geisert wrote: Hi all, the second Release Candidate for 0.20.5 is finally available at http://www.apache.org/dist/xml/fop for downloading and testing. (New download location - please use a mirror if possible) It is planed to make

Batik error opening SVG (Was: Re: EPS images not shown in Acrobat)

2003-02-18 Thread Joop Vriend
Jeremias Maerki wrote: I haven't used Illustrator myself before but have you tried playing around with the export setting such as convert text to graphics or not embedding but only referencing the fonts? When we used outlines instead of an embedded font, the result in the PDF was rather ugly, not

Re: XSL source

2003-02-18 Thread Oleg Tkachenko
Matthew Lancashire wrote: Can you pass a file as a URL I am currently using the command below Source xsltSrc = new StreamSource(new File(xslt)); Yes, you can, see http://java.sun.com/j2se/1.4/docs/api/javax/xml/transform/stream/StreamSource.html#StreamSource(java.lang.String) -- Oleg

RE: XSL source

2003-02-18 Thread Matthew Lancashire
Thankyou very much Oleg -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 18 Feb 2003 15:11 To: [EMAIL PROTECTED] Subject: Re: XSL source Matthew Lancashire wrote: Can you pass a file as a URL I am currently using the command below Source xsltSrc =

RE: Web site for FOP List Archives (was Re: FOP and IIS4/5)

2003-02-18 Thread Matthew Lancashire
Ta for your help. Just for your info I have managed todo it for either client side VB script and IIS asp. I have used Javabeans ActiveX bridge and it is non too shabby. When I have finished i will post some info to the board. YAY -Original Message- From: Clay Leeds [mailto:[EMAIL

Re: Different page layout using pdf renderer or awt renderer

2003-02-18 Thread Joop Vriend
Jeremias Maerki wrote: This happens because the two renderer use a different font source which results in slightly different font metrics for the same fonts. This in turn has consequences on the layout. There's currently nothing you can do to get the same output other than by switching renderers.

Insert SVG image

2003-02-18 Thread Timo Haberkern
Hello all, i have a problem inserting a SVG image. First i tried it with: fo:external-graphic src=file.svg width=10cm but it seems there is a bug. The SVG image is shown correctly but isn't scaled as i wished (to be exactly- The image allways has the full width of the region-body!). After a

Re: Newbie using blocks

2003-02-18 Thread jaccoud
I assume you are not using hyphenation, because otherwise FOP would have inserted hyphens on each line break (it can do it with Portuguese rules too). If that is not the case, try inserting some zero-width spaces ( #8203; ) between the letters where you might want FOP to break the word (it cannot

New in rc2: Section heading is being repeated

2003-02-18 Thread Roger Roelofs
It's probably me...but since I installed 0.20.5rc2 my section headings have been repeating at the top and bottom of the block in the pdf. Here's a fragment of the xsl file, and a fragment of the xml it operates on. Could someone better at fo tell me if it is my code or a change in fop?

As expected, questions about fo:marker usage

2003-02-18 Thread s-oualid
Hi mates ! That's crazy, I was trying today to implement the fo:marker tag to solve my title problem, running fop-0.20.4, but I had NullPointerException at runtime (see bellow). I was about to write you one of my borring mail ;) but I decided to try with the new 0.20.5rc2 before annoying

Re: logging and line numbers of errors

2003-02-18 Thread J.Pietschmann
Oleg Tkachenko wrote: I don't think it's possible. FOP core receives an input as SAX stream, possibly after XSL transformation and any information about lines is lost already. If a FO stream is read, perhaps something could be done with the Locator (see ContentHandler.setDocumentLocator).

Re: New in rc2: Section heading is being repeated

2003-02-18 Thread J.Pietschmann
Roger Roelofs wrote: It's probably me...but since I installed 0.20.5rc2 my section headings have been repeating at the top and bottom of the block in the pdf. This was not intended. Well, in FOP it's not considered good styl to mix text and block FO like tables like you did (read: you'll run

brain dead newbe

2003-02-18 Thread Roger Roelofs
I know this has been covered, I've been wandering the archives, but it hasn't sunk in yet. I have a xsl doc with the following basic structure. Instead of starting a new page for each iteration of this template, it resets to the top of the page and writes over the top of the previous content.

RE: As expected, questions about fo:marker usage

2003-02-18 Thread s-oualid
-Roland Neilands [EMAIL PROTECTED] a écrit : - Put the graphic in the marker, ie test happens before assignment, not retrieval Block formatting is applied on assignment, but the graphic must be small enough to fit in the block containing the retrieve (ie use height width) or nothing is

Re: New in rc2: Section heading is being repeated

2003-02-18 Thread Roger Roelofs
Thanks! In future I'll build test cases for questions to the list. Is there a way to get fop to save the .fo file it generates during the xslt transform? On Tuesday, February 18, 2003, at 04:29 PM, J.Pietschmann wrote: Roger Roelofs wrote: It's probably me...but since I installed 0.20.5rc2

Re: New in rc2: Section heading is being repeated

2003-02-18 Thread Clay Leeds
Roger, Roger Roelofs wrote: Thanks! In future I'll build test cases for questions to the list. Is there a way to get fop to save the .fo file it generates during the xslt transform? You've got the file xalan.bat (which does this for FOP) in your 0.20.5rc2 root directory. Just run this from