RE: fo:basic-link

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] Ok, I did upgrade the FOP version links are fine (not offseted) but I get another error regarding fonts embedding. Cannot extract the embedded font 'Arial, BoldItalic' Some charachters may not display or print

Re: fo:basic-link

2003-09-18 Thread J.Pietschmann
Lucian Opris wrote: font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file= ^^^ I don't think this is a good idea. J.Pietschmann - To

RE: fo:basic-link

2003-09-18 Thread Lucian Opris
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 5:33 PM To: [EMAIL PROTECTED] Subject: Re: fo:basic-link Lucian Opris wrote: font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file= ^^^ I don't think

RE: fo:basic-link

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file=/nas/web/fonts/arial.ttf This seems fine... font-triplet name=Arial style=[normal|italic] weight=[normal|bold]/ /font however, I believe

Re: fo:basic-link

2003-09-18 Thread J.Pietschmann
Lucian Opris wrote: Hi, I've regenerated the arial.xml using command line: java -cp build/fop.jar:lib/avalon-framework-cvs-20020806.jar:lib/xml-apis.jar:lib/xercesImpl-2.2.1.jar org.apache.fop.fonts.apps.TTFReader /nas/web/fonts/arial.ttf /nas/web/fonts/arial.xml and in config file I have font

Re: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] Hi, I've tried to use fo:basic-link internal-destination= in region-start section but no result came out. It's fine if I'm using the same code in regin-body. Do you know a fix for that or is a bug? Thanks a lot Do you see any output in the console? Try

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
:53 AM To: [EMAIL PROTECTED] Subject: Re: fo:basic-link From: Lucian Opris [EMAIL PROTECTED] Hi, I've tried to use fo:basic-link internal-destination= in region-start section but no result came out. It's fine if I'm using the same code in regin-body. Do you know a fix for that or is a bug

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] Hi, I do not see any output in console and no errors. I've run the example from command line and I got the same result. I know result is same, I just wanted to know what you saw on Console. So you dont see anything like; [INFO] Using

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
font-size=16px xsl:apply-templates/ /fo:block /fo:table-cell /fo:table-row /fo:table-body /fo:table /xsl:template xsl:template match=//Content/Resource/Data/body_text/H2 mode=toc fo:block fo:basic-link internal-destination={generate-id()} xsl:value

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
I've notice that the actual internal link is on the same line but starts on body region and the text remains on start region. Very strange. I'm using FOP 0.20.4. Thanks Lucian Opris - To unsubscribe, e-mail: [EMAIL

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] the snippet without attachment thanks, although you've sent XSLT not XSL-FO. big snip/ fo:static-content flow-name=start-first this might be the problem. IIRC FOP doesnt yet support referencing named regions, and only works with xsl-region-before. !-- THIS

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] I've notice that the actual internal link is on the same line but starts on body region and the text remains on start region. Very strange. I'm using FOP 0.20.4. Thanks This could be the famous Hotspot offset bug. This bug has been partly fixed in 0.20.5.

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
Programmer Analyst [EMAIL PROTECTED] BlueMatrix 212 475 9330 -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 10:23 AM To: [EMAIL PROTECTED] Subject: RE: fo:basic-link From: Lucian Opris [EMAIL PROTECTED] I've notice that the actual internal

fo:basic-link

2003-09-16 Thread Lucian Opris
Hi, I've tried to use fo:basic-link internal-destination= in region-start section but no result came out. It's fine if I'm using the same code in regin-body. Do you know a fix for that or is a bug? Thanks a lot Lucian Opris

RE: Problem with fo:basic-link and fo:block-container

2003-08-12 Thread Victor Mote
Julian Reschke wrote: I've got an example that still doesn't work with 0.20.5 (basic-link content is a page ref, and it occurs in a two-column layout). Does is make sense to pursue this further, or will I have to wait for the new design FOP? I've got an example that fails with leaders as

fo:basic-link from xsl:apply-templates/

2003-02-21 Thread Steven Berkowitz
I'm trying to have url's included inline in a paragraph. The relevant code is: --- xsl:template match=summary fo:block font-size=11pt xsl:apply-templates/ /fo:block /xsl:template xsl:template match=link fo:basic-link xsl:attribute name=external-destinationxsl:value

Fo:basic link

2002-06-19 Thread Neeru . Bhardwaj
Is it possible to sepcify a destination page in basic-link external-destination. I am trying to link to an external pdf file and want to goto a specifi page. Thanks -Neeru

Re: Fo:basic link

2002-06-19 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: Is it possible to sepcify a destination page in basic-link external-destination. I am trying to link to an external pdf file and want to goto a specifi page. Try this way: fo:basic-link external-destination=http://www.foo.com/bar.pdf#page=5; -- Oleg Tkachenko Multiconn

fo:basic-link problem in table-cell

2002-05-23 Thread Sandra Maurer
fo:block padding-top=3pt padding-bottom=3pt fo:basic-link xsl:attribute name=external-destination xsl:textnormal.pdf/xsl:text

fo:basic-link does not work in xsl-region-before?

2002-04-04 Thread Costantino Sertorio
Hi, does anyone know if this is a FOP bug? It appears to me that a basic-link cannot be used in the region-before, as in the following snippet: fo:static-content flow-name=xsl-region-before fo:block fo:basic-link color=red external-destination=http://www.abc.def; www.abc.def/fo:basic-link

Re: fo:basic-link on svg image

2002-03-23 Thread J.Pietschmann
Saif Khaja [EMAIL PROTECTED] wrote: Here it is what I was trying to achieve. Each rect in this svg image would point to a different bookmark in the same PDF document (as shown in comments in the svg code). The svg:a element links to URLs only. You can't adress positions in a PDF file easily

fo:basic-link on svg image

2002-03-22 Thread Saif Khaja
Hi, I was trying to set a link on one of the svg images to point out to a bookmark id set on the pdf page. Has anyone tried this before. It works fine for text data. For example, fo:basic-link internal-destination=mark1 Testing link /fo:basic-link For svg images, this doesnt work however

Re: fo:basic-link on svg image

2002-03-22 Thread Keiron Liddle
:29 Saif Khaja wrote: Hi, I was trying to set a link on one of the svg images to point out to a bookmark id set on the pdf page. Has anyone tried this before. It works fine for text data. For example, fo:basic-link internal-destination=mark1 Testing link /fo:basic-link For svg images, this doesnt

Re: fo:basic-link on svg image

2002-03-22 Thread Saif Khaja
, is there any way I can provide links (either external or internal) to an SVG image inside a pdf document. Thanks, Saif. From: Joerg Pietschmann [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: FOP User [EMAIL PROTECTED] Subject: Re: fo:basic-link on svg image Date: Fri, 22 Mar 2002 11:09:21 +0100 Saif

RE: Does fo:basic-link work with 0.20.1 ?

2002-01-29 Thread Anil Pinto
Hi Dharmendra, Thanks for taking the time to reply to my query :-) I actually was doing the same thing but the only outstanding thing I noticed was that I was doing it within a fo:block-container and that was causing the effect of the fo:basic-link being masked () So I has to get rid

RE: Does fo:basic-link work with 0.20.1 ?

2002-01-28 Thread Sharan, Dharmendra
Hi Anil, use something like... fo:block font-size=8pt font-family=sans-serif text-align=justify fo:inline font-style=italic URL: /fo:inline !-- text-med-blue -- fo:basic-link color=#99 text

RE: About fo:basic-link

2002-01-10 Thread Smethurst, Michael
if you're matching the same nodes in different modes use fo:basic-link internal-destination={generate-id(.)}link/fo:basic-link on the link and fo:block id={generate-id(.)}whatever/fo:block on the destination [EMAIL PROTECTED]