template parameters

2005-12-05 Thread Johan
parser exceptions). Does anyone have any idea?? Regards /Johan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Translet class format error

2005-12-05 Thread Johan
Yeah, I'm sorry about that one, I was still using the TraxInputHandler rather than the TransformerImpl to transform the xsl. Once I switched back, there were no complaints. Regards /Johan - To unsubscribe, e-mail: [EMAIL

Re: XSLTC template problem

2005-12-07 Thread Johan
the fo:root node. I moved it, it works . Sorry for taking up your time with this. I should have seen that ages ago. /Johan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

xsltc trax transformer problems

2005-12-02 Thread Elmström Johan
examples by googling it, probably the first time ever thats happened) Appreciate any help.. Regards /Johan

RE: Rép. : xsltc trax transformer problems

2005-12-02 Thread Elmström Johan
specifies (xsltc, xalan, xercesImpl, xml-apis, serializer and xmlParserAPIs .jars). This does not occur on the server though. Any suggestions on this? Regards /Johan -Original Message- From: Willy Reinhardt [mailto:[EMAIL PROTECTED] Sent: den 2 december 2005 12:18 To: Elmström Johan; fop-user

RE: Rép. : RE: Rép. : xsltc trax trans former problems

2005-12-02 Thread Elmström Johan
-row keep-with-previous=always fo:table-cell fo:block TEST /fo:block /fo:table-cell /fo:table-row /fo:table-body /fo:table /xsl:template /xsl:stylesheet Regards /Johan -Original Message- From: Willy Reinhardt [mailto:[EMAIL PROTECTED]] Sent: den 2 december 2005 13:37

FW: Translet class format error

2005-12-05 Thread Elmström Johan
to create several templates which each build a fo:table an put these inside a main template. Below is the .fo I'm trying to build. Can anyone tell me what its supposed to look like?? Thanks /Johan ?xml version=1.0? xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0

XSLTC template problem

2005-12-06 Thread Elmström Johan
/XALANJ-1733) . So... has anyone got a suggestion how I should arrange my xsl:templates in order to enable fo: content?? Any help appreciated. Mvh Johan Elmström Johan Elmström EDB Lösningar E-mail : [EMAIL PROTECTED] Tfn : +46

render afp with images

2007-02-01 Thread Johan Johansson
Hi, I'm not sure if it even is avaible yet in the current version (running 0.93). But if so, does any have any examples to look at? fo:external-graphic does not do any good anyway :-) Best regards IDATA, Johan Johansson Sweden

SV: Rescaling images to 300dpi

2007-02-07 Thread Johan Johansson
In your fop config file add this after the root: !-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -- source-resolution300/source-resolution !-- Target resolution in dpi (dots/pixels per inch) for specifying the

SV: Rescaling images to 300dpi

2007-02-07 Thread Johan Johansson
fop.xconf is used by default if no config is selected by the: fop -c config-file -Ursprungligt meddelande- Från: Uwe Kubosch [mailto:[EMAIL PROTECTED] Skickat: den 7 februari 2007 13:23 Till: fop-users@xmlgraphics.apache.org Ämne: Re: Rescaling images to 300dpi Thanks for the answers!

Writing to a file

2007-03-06 Thread Johan Johansson
Hi everyone, Im trying to figure out if it is possible to write som variable/text to a file and append the file if needed. Do anyone have a soloution for this? regards Johan - To unsubscribe, e-mail: [EMAIL PROTECTED

SV: Trying to use saxon:while and saxon:assign tin FOP

2007-03-13 Thread Johan Johansson
org.apache.fop.fo.ElementMappingRegistry findFOMaker WARNING: Unknown formatting object http://saxon.sf.net/^assign Mar 13, 2007 2:56:39 PM org.apache.fop.layoutmgr.LayoutManagerMapping makeLayoutManagers SEVERE: No LayoutManager maker for class class org.apache.fop.fo.UnknownXMLObj best regards Johan -Ursprungligt meddelande

Page counting in FOP

2007-03-28 Thread Johan Johansson
Hi! Is there any way to count pages with the fop except from the fo:page-number/ ? Because i do it like this:

Page counting in FOP

2007-03-28 Thread Johan Johansson
Sorry for my last mail, i hit the send short-key by misstake. Is there any way to count pages with the fop except from the fo:page-number/ ? Because i do it like this: xsl:for-each select=fakturor/fakturabunt/faktura !-- Definera variabeln och sätt värde beroende på inbet.kort

Could not find function: replace

2007-04-02 Thread Johan Johansson
Hi, I'm trying to use the XSL 2.0 function replace() but i just got this error: javax.xml.transform.TransformerException: Could not find function: replace the code: xsl:value-of select=normalize-space(replace(../kund/brevnamn,'Å ','%A')) / Any suggestions?

Creating multiple pdf files.

2007-04-03 Thread Johan Johansson
Hi! Is it possible to create multiple pdf files? I want to have one pdf file every time it starts over on page 1 fo:page-sequence master-reference={$faktura} force-page-count=even initial-page-number=1 So for every faktura or samlingsfaktura i want to have one pdf, cause they can contain

SV: Flow area content is propagating into page footer--- Need Help!!

2007-05-07 Thread Johan Johansson
Hi, Can you submit the xsl/fo aswell, its hard to say what is wrong without having a look on it first. -Ursprungligt meddelande- Från: Harshini Madurapperuma [mailto:[EMAIL PROTECTED] Skickat: den 7 maj 2007 12:03 Till: fop-users@xmlgraphics.apache.org Ämne: Flow area content is

SV: Font Arial is not displayed on Linux

2007-06-28 Thread Johan Johansson
-page-master-reference page-position=last odd-or-even=odd master-reference=framsida/ fo:conditional-page-master-reference page-position=rest odd-or-even=even blank-or-not-blank=blank master-reference=baksida-blank/ /fo:page-sequence-master //Johan

conditional-page-master-reference

2007-06-28 Thread Johan Johansson
(odd,rest) = framsida-helkropp rest even pages (even,rest) = baksida-helkropp But the second page and rest of the even pages are the same conditions, i want to find out if there is anyway to have a condition for the second page. best regards Johan -Ursprungligt meddelande- Från: Adrian

fop trunk hangs

2009-06-23 Thread Johan Pretorius
Hi Downloaded SVN trunk today. Compiled fine. I use gentoo and do have fop installed. I was able to create a few test pdfs but when I tried to create the final version of my pdf it hanged. I enabled debug logging with log4j and saw a StackOverFlow error. That is when I started using the trunk

Re: fop trunk hangs

2009-06-24 Thread Johan Pretorius
-b03) Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode) Thirdly attached is my fo file. http://www.nabble.com/file/p24182803/fo-da.fo fo-da.fo Dankie Andreas Delmelle-2 wrote: On 23 Jun 2009, at 16:23, Johan Pretorius wrote: Hi Downloaded SVN trunk today. Compiled fine. I