RE : problems w/ SVG in FOP

2004-07-21 Thread mathieu . fretiere
First of all it appears illegible

Try in Acrobat :
 Edit - Preferences - General - Display - Smooth Line Art
(Acrobat 5)
It's a FAQ.

Mat

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



Re: Calculating subtotals

2004-07-21 Thread Alain ROY

- Original Message -
From: J.Pietschmann [EMAIL PROTECTED]
Date: Tue, 20 Jul 2004 22:21:39 +0200
To: [EMAIL PROTECTED]
Subject: Re: Calculating subtotals

 Alain ROY wrote:
  I made a stylesheet to generate a PDF file. It print table rows with
  an amount on each row. I'd like to calculate subtotals of these
  amounts while running through my xml document so that I could print
  the rows subtotal on the page footer when there is a page break. Does
  anybody knows how I could do that ?
 
 This is more an XSLT question, it comes up now and then

Yes indeed. Thank tou for your answer. I solved my problem.

Regards
AR

 on the XSL list
   http://www.mulberrytech.com/xsl/xsl-list/
 and theres's probably already a FAQ entry (reachable from the
 URL above).
...

-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm




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



tutalii error??

2004-07-21 Thread Raúl Herranz Serrano




In OC4J with FOP 0.20.5... what is the problem with 
this piece of code?:

Tutalii: 
C:\desarrollo\java\install\oc4j\j2ee\home\applications\QuemasFOP\QuemasFOP\WEB-INF\lib/fop.jar[INFO] 
[1]


The code thatis generating this 
'error':

public ByteArrayOutputStream transform(Source 
xmlSrc, Source xslSrc) throws TransformerConfigurationException, 
TransformerException { 
ByteArrayOutputStream out = new ByteArrayOutputStream(); 
org.apache.fop.configuration.Configuration.put("baseDir","C:/desarrollo/java/install/oc4j/j2ee/home/applications/QuemasFOP/QuemasFOP/pages/baseDir"); 
Driver driver = new Driver(); Logger logger = new 
ConsoleLogger(ConsoleLogger.LEVEL_INFO); 
MessageHandler.setScreenLogger(logger); 
driver.setLogger(logger); 
driver.setRenderer(Driver.RENDER_PDF); 
driver.setOutputStream(out); TransformerFactory 
transformerFactory = TransformerFactory.newInstance(); 
Transformer transformer = 
transformerFactory.newTransformer(xslSrc); Result res = 
new SAXResult(driver.getContentHandler()); 
transformer.transform(xmlSrc, res); //this is the point where I get the 
tutalii error
 return out;
}


Thanks a lot!

 Raul Herranz 
(Spain)


Re: [XSL-FO] tutalii error??

2004-07-21 Thread Raúl Herranz Serrano

I have found that this is an error with the xml libraries that come with the
oc4j... I have to start the oc4j server with the following options:

-Xbootclasspath/a:/path to xml-apis.jar
-Xbootclasspath/a:/path to xalan-2.4.1.jar
-Xbootclasspath/a:/path to xercesImpl-2.2.1.jar

as I said before: amazing!! :)

Thanks everybody!!

Raul (Spain)


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



Adding Blind Tables for Figures

2004-07-21 Thread David Shevitz
Hello all,
I realize this must be a very popular question. However, the only 
information I can find is dated nearly 2 years ago, and those solutions 
do not seem to work.

Here is my question:
I understand that if I want to keep my captions with my figures in a 
given document, I should use a blind table. However, all the examples 
I see were posted around 2 years ago (granted I might be looking in the 
wrong place). I tried using them, but they don't seem to work.

I'm using Docbook 1.64.2. Does anyone have a suggestion or examples that 
I could use to implement this workaround?

Thanks in advance,
Dave Shevitz
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]