OT: page break problem

2003-01-10 Thread Mihael Knezevic
hi,

sorry for posting this on the wrong list but i think everybody (except
me) on the list knows enough to help me.

this is my xml file in a very short form:






























...
...
...


now i'm doing a transformation fo -> pdf with fop and an xsl file and i
want to make a page break after each  tag. the problem is that i
now get an empty page cause it also makes a page break after the last
page.

the section in my xsl file looks like this at the moment.




















how do i get the page break without the last blank page.

sorry for the newbie question.

thanx in advance.

mk

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: blank page

2003-01-10 Thread Oscar Schoof

Look carefully: you want to have the *page count*, or alternatively,
the last page number in the page sequence (because counting starts
with "1"). Usually this can be done with a page number citation
referring to something on the last page, however, there is *no* way
to refer to something on a forced blank page. 
Ok, i understand it, i think. I cannot refer to anything that does not 
exist  as an object in the (my own) fo-source (or formatted object tree).

It's the XSLFO design, not the implementation posing the problem. 
You mean: the XSLFO design gives no pointers or handles on how to 
implement "this"?
It there somebody allready talking with the W3C people about this?

Oscar

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Concatenating pdf's

2003-01-10 Thread Rakesh Patel
Hi,

not specifically a FOP question but I have a requirement to append on the end 
of a FOP-generated pdf another pdf. This other pdf is not dynamically generated.

Is this possible? Page numbering and TOC do not need to reference this 
additional pdf if that makes things easier.

The only way I can see of doing this is to reverse-engineer the pdf to be 
generated by FOP but we do not have time to do this.

Thanks

Rakesh

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Concatenating pdf's

2003-01-10 Thread Mihael Knezevic
another tool which can easily be used to add several pdfs to one is
iText on sourceforge itext.sf.net

-Original Message-
From: Rakesh Patel [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 10, 2003 12:07 PM
To: [EMAIL PROTECTED]
Subject: Concatenating pdf's


Hi,

not specifically a FOP question but I have a requirement to append on
the end of a FOP-generated pdf another pdf. This other pdf is not
dynamically generated.

Is this possible? Page numbering and TOC do not need to reference this
additional pdf if that makes things easier.

The only way I can see of doing this is to reverse-engineer the pdf to
be generated by FOP but we do not have time to do this.

Thanks

Rakesh

-
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]



Aligning a block with the bottom of the page

2003-01-10 Thread Graham Hannington
How do I align an fo:block with the bottom of the current page?

(I'd like to have the copyright notice, on the reverse side of the cover
page, appear at the bottom of the page.)

Graham Hannington

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



FOP 25RC: Double Sided Layout

2003-01-10 Thread Stephan Wiesner
Hi list, when will the final version 25 be released and will it have 
better support for double sided layout?
I am working with DocBook and double sided layout does work, but only if 
 I don't use extensions, to create a PDF with bookmarks.

Stephan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Aligning a block with the bottom of the page

2003-01-10 Thread Oscar Schoof

How do I align an fo:block with the bottom of the current page?
 

Use the region-after sections of your static-content of your page-sequences.
Oscar

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Aligning a block with the bottom of the page

2003-01-10 Thread Graham Hannington
> Use the region-after sections of your static-content of your
page-sequences.

Okay, thanks.

Er, is there any way to do this inside a  ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Aligning a block with the bottom of the page

2003-01-10 Thread Oscar Schoof






  
Use the region-after sections of your static-content of your

  
  page-sequences.

Okay, thanks.

Er, is there any way to do this inside a  ?

In general, i would say: no. Maybe you can construct something in a page-wide
table. I still advise you to use the static-content for this. Thats it's
purpose (i believe) and easy to implement. What's your problem with static-content?
(Look around for examples with page-numbers.) 

Oscar





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: OT: page break problem

2003-01-10 Thread Chris Bowditch
Ive amended your sample xsl below. So that page-break should only be output 
if its not the last occurrence of page element in the input xml. Note, I 
havent tested this, but it should get you started on the right track

From: "Mihael Knezevic" <[EMAIL PROTECTED]>






	















how do i get the page break without the last blank page.
sorry for the newbie question.
thanx in advance.
mk
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

_
MSN 8: advanced junk mail protection and 2 months FREE*. 
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Batik in FOP

2003-01-10 Thread Jeremias Maerki

On 09.01.2003 04:13:05 Zhong Yi wrote:
> I have 2 general questions regarding batik usage in
> FOP:
> 
> 1. Can you configure batik font through FOP
> configuration file? I tried use userconfig.xml. But
> only fo-block font is effected, not svg.

AFAIK Batik uses primarily AWT for fonts. But you could try to switch
the strokeSVGText property as described here:
http://xml.apache.org/fop/svg.html

> 2. Can you configure batik to generate jpeg or png
> image and then feed the image byte stream into fo as
> external image without hacking too much into FOP? 

That's on the todo list, but nobody's done it yet. I think there's not
too much work involved. It would be cool if you could implement it.
Just ask if you need help.

> It seems to me its a black box in term how batik is
> used in FOP.

Batik integration may not be ideal in every point but we're getting
there.


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: FOP 25RC: Double Sided Layout

2003-01-10 Thread Jeremias Maerki
On 10.01.2003 15:04:50 Stephan Wiesner wrote:
> Hi list, when will the final version 25 be released and will it have 
> better support for double sided layout?

0.20.5 will probably be released next week.

> I am working with DocBook and double sided layout does work, but only if 
>   I don't use extensions, to create a PDF with bookmarks.

I'm not sure what your problem is. Could you describe it? The only thing
I can say is that if 0.20.5rc doesn't work for you, 0.20.5 will unlikely
be any better in your case.

Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Aligning a block with the bottom of the page

2003-01-10 Thread Jeremias Maerki
You could try with a footnote.

On 10.01.2003 15:47:46 Graham Hannington wrote:
> > Use the region-after sections of your static-content of your
> page-sequences.
> 
> Okay, thanks.
> 
> Er, is there any way to do this inside a  ?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: FOP 25RC: Double Sided Layout

2003-01-10 Thread Stephan Wiesner
Hi Jeremias,
Jeremias Maerki wrote:
On 10.01.2003 15:04:50 Stephan Wiesner wrote:
I'm not sure what your problem is. Could you describe it?

I use DocBook XSL styles, latest version 1.58.1. The PDF generation with 
the default style works. I set two parameters, one to turn on double 
sided layout (this alone works) and the genaration of the boomarks 
(displayed in the Acrobat Reader on the left). The second option 
terminates the transformation with a 'null'.
Jeremias Maerki
> The only thing
> I can say is that if 0.20.5rc doesn't work for you, 0.20.5 will unlikely
> be any better in your case.
Thanks for this information.
-
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]


Re: FOP 25RC: Double Sided Layout

2003-01-10 Thread Jeremias Maerki

On 10.01.2003 18:25:54 Stephan Wiesner wrote:
> I use DocBook XSL styles, latest version 1.58.1. The PDF generation with 
> the default style works. I set two parameters, one to turn on double 
> sided layout (this alone works) and the genaration of the boomarks 
> (displayed in the Acrobat Reader on the left). The second option 
> terminates the transformation with a 'null'.

Ok, still too little information. Are you sure that FOP and not the XSLT
processor shows the error message? Could you try to enable debugging? I
don't know how FOP is called in your environment. For the FOP command
line this is -d.  When embedded the logger must be set to DEBUG level.
Could you then post the full error message together with the stacktrace
and maybe some XML/XSL files nicely zipped up?

Maybe someone with DocBook experience could check if this problem can be
reproduced?

Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



FOP logger plea for help :-)

2003-01-10 Thread Clay Leeds
Howdy,
This question isn't specifically aimed at Jeremias, although he made 
reference to the logger, which prompted this question:

Is there some sort of newbie tutorial where I could learn how to enable the 
logger on Windows, RedHat Linux and/or AIX? I've spent many a moment trying 
to figure out how to use the logger, but to no avail. I run Windows 2000 
Pro, Linux RedHat & AIX (I'm just a user of the UNIX/Linux boxes, and not 
administrator, but I can have admins install/configure stuff for me).

I've seen logger net set errors every time I run FOP from the command line 
in Windows:
  [ERROR] FOP 0.20.4
  [DEBUG] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
  [ERROR] Logger not set

I think I could learn a lot about the FOP process if I could see a log.
Thanks!
Web Maestro Clay
At 09:35 AM 1/10/2003, Jeremias wrote:
When embedded the logger must be set to DEBUG level.
Could you then post the full error message together with the stacktrace
and maybe some XML/XSL files nicely zipped up?
Jeremias Maerki
- Clay Leeds
- Web Developer
- [EMAIL PROTECTED] 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: FOP logger plea for help :-)

2003-01-10 Thread Jeremias Maerki
You're running FOP from the command line, so you won't have any chance
to influence the setting of the logger yourself. You can only use the -d
option to set the logger to DEBUG level. But what you see here is
probably a bug in 0.20.4. Have you tried 0.20.5rc already?

On 10.01.2003 18:43:02 Clay Leeds wrote:
> Howdy,
> 
> This question isn't specifically aimed at Jeremias, although he made 
> reference to the logger, which prompted this question:
> 
> Is there some sort of newbie tutorial where I could learn how to enable the 
> logger on Windows, RedHat Linux and/or AIX? I've spent many a moment trying 
> to figure out how to use the logger, but to no avail. I run Windows 2000 
> Pro, Linux RedHat & AIX (I'm just a user of the UNIX/Linux boxes, and not 
> administrator, but I can have admins install/configure stuff for me).
> 
> I've seen logger net set errors every time I run FOP from the command line 
> in Windows:
>[ERROR] FOP 0.20.4
>[DEBUG] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
>[ERROR] Logger not set
> 
> I think I could learn a lot about the FOP process if I could see a log.

Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: FOP logger plea for help :-)

2003-01-10 Thread Clay Leeds
Jeremias,
At 09:51 AM 1/10/2003, you wrote:
You're running FOP from the command line, so you won't have any chance
to influence the setting of the logger yourself. You can only use the -d
option to set the logger to DEBUG level. But what you see here is
probably a bug in 0.20.4. Have you tried 0.20.5rc already?
Actually, I'm not currently having a problem. I copied cmd line output from 
my last successful run of FOP. That was merely one of the lines output when 
I executed the -d option in the command line.

So, are you saying that since I'm running from the command line, I can't 
set up the logger? Does the logger show anything different from what I get 
with -d?

FWIW, I've tried 0.20.5rc and have found the output almost identical with 
the current version. One exception is that it seems to run about 30%-40% 
faster now (!):

** FOP-0.20.5rc **
[DEBUG] Initial heap size: 2678Kb
[DEBUG] Current heap size: 6424Kb
[DEBUG] Total memory used: 3745Kb
[DEBUG]   Memory use is indicative; no GC was performed
[DEBUG]   These figures should not be used comparatively
[DEBUG] Total time used: 7431ms
[DEBUG] Pages rendered: 4
[DEBUG] Avg render time: 1857ms/page
** FOP-0.20.4 **
[DEBUG] Initial heap size: 1909Kb
[DEBUG] Current heap size: 6033Kb
[DEBUG] Total memory used: 4124Kb
[DEBUG]   Memory use is indicative; no GC was performed
[DEBUG]   These figures should not be used comparatively
[DEBUG] Total time used: 12468ms
[DEBUG] Pages rendered: 4
[DEBUG] Avg render time: 3117ms/page
It's interesting to note that 0.20.5rc requires more "Initial"  & "Current" 
heap size, but used less memory. It also appears to shave off 1260ms (40% 
savings!). Keeping in mind that this is a Release Candidate and that things 
could change (not to mention release date! :-), but this certainly bodes 
well...

Other than speed, I haven't noticed any changes since the previous version 
personally (what do you guys do with all of your time anyway? :-). 
Seriously, though, I've been using only JPG & GIF files, so I haven't 
needed the functionality of JAI & JIMI yet. I'm also looking forward to 
ENCRYPTION options.

BTW, I noticed this in the Release Notes:
This is the last planed release in the 0.20.x series (aka maintenance branch).
Does this mean the next version(s) will move to 0.30.x?
:-)
On 10.01.2003 18:43:02 Clay Leeds wrote:
> Howdy,
>
> This question isn't specifically aimed at Jeremias, although he made
> reference to the logger, which prompted this question:
>
> Is there some sort of newbie tutorial where I could learn how to enable 
the
> logger on Windows, RedHat Linux and/or AIX? I've spent many a moment 
trying
> to figure out how to use the logger, but to no avail. I run Windows 2000
> Pro, Linux RedHat & AIX (I'm just a user of the UNIX/Linux boxes, and not
> administrator, but I can have admins install/configure stuff for me).
>
> I've seen logger net set errors every time I run FOP from the command line
> in Windows:
>[ERROR] FOP 0.20.4
>[DEBUG] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
>[ERROR] Logger not set
>
> I think I could learn a lot about the FOP process if I could see a log.

Jeremias Maerki
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Clay Leeds
- Web Developer
- [EMAIL PROTECTED] 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: FOP logger plea for help :-)

2003-01-10 Thread Jeremias Maerki

On 10.01.2003 19:11:02 Clay Leeds wrote:
> At 09:51 AM 1/10/2003, you wrote:
> >You're running FOP from the command line, so you won't have any chance
> >to influence the setting of the logger yourself. You can only use the -d
> >option to set the logger to DEBUG level. But what you see here is
> >probably a bug in 0.20.4. Have you tried 0.20.5rc already?
> 
> Actually, I'm not currently having a problem. I copied cmd line output from 
> my last successful run of FOP. That was merely one of the lines output when 
> I executed the -d option in the command line.
> 
> So, are you saying that since I'm running from the command line, I can't 
> set up the logger? Does the logger show anything different from what I get 
> with -d?

Yes, you can only tell the logger to output more (DEBUG level with -d,
INFO level without). All output is sent to standard out.

Setting a logger (when calling FOP from Java) would enable you to have a
much finer control over logging. You could have the logger send all
messages to a remote log service for example. But you need some Java
knowledge.

> FWIW, I've tried 0.20.5rc and have found the output almost identical with 
> the current version. One exception is that it seems to run about 30%-40% 
> faster now (!):

*GRIN* Thanks especially to Henrik Olson for that one!



> It's interesting to note that 0.20.5rc requires more "Initial"  & "Current" 
> heap size, but used less memory. It also appears to shave off 1260ms (40% 
> savings!). Keeping in mind that this is a Release Candidate and that things 
> could change (not to mention release date! :-), but this certainly bodes 
> well...

Not likely.

> Other than speed, I haven't noticed any changes since the previous version 
> personally (what do you guys do with all of your time anyway? :-). 
> Seriously, though, I've been using only JPG & GIF files, so I haven't 
> needed the functionality of JAI & JIMI yet. I'm also looking forward to 
> ENCRYPTION options.
> 
> BTW, I noticed this in the Release Notes:
> 
> This is the last planed release in the 0.20.x series (aka maintenance branch).
> 
> Does this mean the next version(s) will move to 0.30.x?

No. Next version will most probably be a FOP 1.0DR (Developer's release,
alpha quality). We're currently redesigning FOP as you might have
noticed on the website. But it'll be some time (months) until then. By
the way, we're always looking for helping hands! (That's our plea. :-)


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: FOP logger plea for help :-)

2003-01-10 Thread Steve Homer
Quick question regarding the redesign, is this happening in public (ie
on a mailing list somewhere?) and will the redesign support features
such as wrapping text round images / floating regions (which I was told
is not currently supported.)

Thanks,
Steve

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED] 
Sent: 10 January 2003 18:35
To: [EMAIL PROTECTED]
Subject: Re: FOP logger plea for help :-)



On 10.01.2003 19:11:02 Clay Leeds wrote:
> At 09:51 AM 1/10/2003, you wrote:
> >You're running FOP from the command line, so you won't have any 
> >chance to influence the setting of the logger yourself. You can only 
> >use the -d option to set the logger to DEBUG level. But what you see 
> >here is probably a bug in 0.20.4. Have you tried 0.20.5rc already?
> 
> Actually, I'm not currently having a problem. I copied cmd line output

> from
> my last successful run of FOP. That was merely one of the lines output
when 
> I executed the -d option in the command line.
> 
> So, are you saying that since I'm running from the command line, I 
> can't
> set up the logger? Does the logger show anything different from what I
get 
> with -d?

Yes, you can only tell the logger to output more (DEBUG level with -d,
INFO level without). All output is sent to standard out.

Setting a logger (when calling FOP from Java) would enable you to have a
much finer control over logging. You could have the logger send all
messages to a remote log service for example. But you need some Java
knowledge.

> FWIW, I've tried 0.20.5rc and have found the output almost identical 
> with
> the current version. One exception is that it seems to run about
30%-40% 
> faster now (!):

*GRIN* Thanks especially to Henrik Olson for that one!



> It's interesting to note that 0.20.5rc requires more "Initial"  & 
> "Current"
> heap size, but used less memory. It also appears to shave off 1260ms
(40% 
> savings!). Keeping in mind that this is a Release Candidate and that
things 
> could change (not to mention release date! :-), but this certainly
bodes 
> well...

Not likely.

> Other than speed, I haven't noticed any changes since the previous 
> version
> personally (what do you guys do with all of your time anyway? :-). 
> Seriously, though, I've been using only JPG & GIF files, so I haven't 
> needed the functionality of JAI & JIMI yet. I'm also looking forward
to 
> ENCRYPTION options.
> 
> BTW, I noticed this in the Release Notes:
> 
> This is the last planed release in the 0.20.x series (aka maintenance 
> branch).
> 
> Does this mean the next version(s) will move to 0.30.x?

No. Next version will most probably be a FOP 1.0DR (Developer's release,
alpha quality). We're currently redesigning FOP as you might have
noticed on the website. But it'll be some time (months) until then. By
the way, we're always looking for helping hands! (That's our plea. :-)


Jeremias Maerki


-
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]



Re: FOP logger plea for help :-)

2003-01-10 Thread Clay Leeds
Jeremias,
At 10:34 AM 1/10/2003, you wrote:
On 10.01.2003 19:11:02 Clay Leeds wrote:
> FWIW, I've tried 0.20.5rc and have found the output almost identical with
> the current version. One exception is that it seems to run about 30%-40%
> faster now (!):
*GRIN* Thanks especially to Henrik Olson for that one!
FWIW, I meant to indicate to all, that my 40% speed improvement claim was 
anything but objective, and was based on a single test of a 4-page file 
(although subsequent tests have continued to confirm this).

By the way, we're always looking for helping hands! (That's our plea. :-)
Jeremias Maerki
I'd be interested in helping where I could, but I'd have to get the 
go-ahead from my employer. If you could give me an idea of areas where I 
might be able to help, I might be able to present it to my employer. As for 
my talents, I'm more of a web developer than a programmer, so Java is 
pretty much out. However, I could certainly create/test files, do testing, 
improve documentation formatting, proofing, etc. Having been a teacher in a 
former life, I could also help with tutorials! :-)

- Clay Leeds
- Web Developer
- [EMAIL PROTECTED] 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: svg 2 pdf using fop

2003-01-10 Thread fop
I dont understand how it is possible, because i use system fonts (arial).Eric Prevost "J.Pietschmann" <[EMAIL PROTECTED]>08/01/2003 20:23Please respond to fop-user To: [EMAIL PROTECTED] cc:  bcc:  Subject: Re: svg 2 pdf using fop [EMAIL PROTECTED] wrote:> java.lang.ArrayIndexOutOfBoundsException>        at> org.apache.batik.gvt.font.AWTGVTGlyphVector.getGlyphMetrics(AWTGVTGlyphVector.java:392)You have a bad font, sort of. It is said that loading+resavingthis kind of fonts with one of the TTF editors often fixes theproblem.J.Pietschmann-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]



Re: FOP logger plea for help :-)

2003-01-10 Thread Jeremias Maerki
Yes, the redesign is open to the public. This is OpenSource after all.
:-) Everyone is invited to participate. The mailing list is fop-dev (FOP
Developer Mailing List). See here: 
http://xml.apache.org/fop/resources.html

The features you describe are planned to be supported, since we're
aiming for the complete set of features defined by the basic conformance
level for XSL:FO in FOP 1.0.

On 10.01.2003 19:40:05 Steve Homer wrote:
> Quick question regarding the redesign, is this happening in public (ie
> on a mailing list somewhere?) and will the redesign support features
> such as wrapping text round images / floating regions (which I was told
> is not currently supported.)


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: FOP logger plea for help :-)

2003-01-10 Thread Jeremias Maerki

On 10.01.2003 19:45:28 Clay Leeds wrote:
> I'd be interested in helping where I could, but I'd have to get the 
> go-ahead from my employer. If you could give me an idea of areas where I 
> might be able to help, I might be able to present it to my employer. As for 
> my talents, I'm more of a web developer than a programmer, so Java is 
> pretty much out. However, I could certainly create/test files, do testing, 
> improve documentation formatting, proofing, etc. Having been a teacher in a 
> former life, I could also help with tutorials! :-)

That would be great! We can use all the help we can get. Even answering 
questions
on fop-user is a big help for us because we can concentrate more on code.
The problem we're facing as volunteers is the fact that after you're
done with the mailing list you've already used up most of your free time
and then there's not much time left to actually get something done.

Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



link from embedded svg to pdf content

2003-01-10 Thread Marko Petersen
Hi,
I have an xsl-fo file which includes an svg graphic. Is there any way
to generate a link in the svg referencing a fo:block? I thought of something
like the following, which does not work, but should illustrate the problem:
http://www.w3.org/1999/XSL/Format";>


http://www.w3.org/2000/svg";
  

  
link to hello
  
  



hello


Can anyone tell me if there is a way to do something like this?
Thanks and greetings,
Marko

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]