Re: error while including svg in fop

2002-03-25 Thread J.Pietschmann
) at org.apache.fop.svg.SVGDriver.buildSVGTree(SVGDriver.java:223) Did you declare the svg namaspace somewhere? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: error while including svg in fop

2002-03-25 Thread J.Pietschmann
properly for FOP, for a hint, see http://marc.theaimsgroup.com/?l=fop-userm=101609754702309w=2 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: JAXP / upgrade to xerces2

2002-03-26 Thread J.Pietschmann
there should be an intermediate jar file built for the generator, and the dumped classes depend on it as well as on their source XML. Regards J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: Problems with SAX pipeline

2002-03-26 Thread J.Pietschmann
TransformerFactory.newInstance().newTransformer()). The serialized file will be always well-formed (the transformer closes open elements for you) but you could check for suspicious omissions at the end. J.Pietschmann - To unsubscribe, e-mail: [EMAIL

Re: SVG images and rendering fonts

2002-03-26 Thread J.Pietschmann
Toulson, Simon wrote: [problems with SVG text] Also, check out the following hint about Acrobat Reader settings: http://marc.theaimsgroup.com/?l=fop-devm=101557378207628w=2 J.Pietschmann - To unsubscribe, e-mail: [EMAIL

Re: How to keep space between two region/block/ ... while rendering?

2002-03-27 Thread J.Pietschmann
/ fo:region-before extent=3cm/ J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: How to keep space between two region/block/ ... while rendering?

2002-03-29 Thread J.Pietschmann
as for region-before: ensure the fo:region-body's margin-bottom is at least as large as the extent of the region-after. I thought this should be quite obvious meanwhile. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: orphan - widow

2002-04-01 Thread J.Pietschmann
maintenance release in the short term, but certainly without orpahns/widows and keeps. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: why doesn't fop take relative path for external graphic

2002-04-02 Thread J.Pietschmann
; Configuration.put(baseDir, baseDir); You can also set baseDir in the userconfig.xml and use it: options = new Options(new File(path to userconfig.xml); Yes, thats all, no further reference to the options variable necessary. J.Pietschmann

Re: Keep two table rows together

2002-04-02 Thread J.Pietschmann
? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: help to get started on WebSphere 3.5

2002-04-03 Thread J.Pietschmann
do you have in developing XSLT/XSLFO? 5. How much experience do you have in running FOP? 6. What do you mean by batch job? Conventionally this is not used in assiciation with a web application server. J.Pietschmann

Re: help to get started on WebSphere 3.5

2002-04-03 Thread J.Pietschmann
them as part of a WebSphere application, there are some pitfalls. I think they have been written about on the list, check the archives mentioned above. HTH J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Linebreaks inside of tables etc.

2002-04-03 Thread J.Pietschmann
=boldBold stuff/fo:inline J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Problems using table-header with FOP 0.19

2002-04-04 Thread J.Pietschmann
in 0.20.3, at least there are no headers missing. Perhaps it's time to upgrade? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Multithreaded failure

2002-04-05 Thread J.Pietschmann
Scott Moore wrote: org.apache.fop.configuration.Configuration.put(strokeSVGText, new Boolean(false)); Nitpick: there is a predefined Boolean.FALSE :-) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Question for FOP

2002-04-05 Thread J.Pietschmann
this? Your best bet is probably to hire a professional who does the job for you. Of course, you can go all the way yourself. Others did it, though they didn't start with the questions above. Good luck. J.Pietschmann

Re: XSL - Unknown formatting object error

2002-04-07 Thread J.Pietschmann
for different output. HTH J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: vertical alignment

2002-04-08 Thread J.Pietschmann
} fo:table-cell display-align=center fo:block font-size=40pt text-align=centerfoo/fo:block /fo:table-cell /fo:table-row /fo:table-body /fo:table J.Pietschmann - To unsubscribe

fo:marker broken

2002-04-08 Thread J.Pietschmann
? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: fo:marker broken

2002-04-09 Thread J.Pietschmann
Christian Geisert wrote: J.Pietschmann wrote: fo:marker is broken in 0.20.3 I plead guilty for this bug ;-) But it has been fixed for the 0.20.3 final release. The glossary example works for me. Oops, i just discovered i've build my FOP from 0.20.3rc2. The final release works indeed. Sorry

Re: Extension property mapping

2002-04-09 Thread J.Pietschmann
for details. Are you working on implementing your own extensions? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: page-number

2002-04-10 Thread J.Pietschmann
the last page is rendered. If you get a memory overflow exception, remove the forward reference to the last page first. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: infinity character and PDF

2002-04-10 Thread J.Pietschmann
mapping tables. By default, FOP uses only a few standard fonts defined by Adobe for PDF generation, it does not use any Unicode fonts. If you get a #, check in which font the glyph is and change to it. J.Pietschmann

Re: Bug handling (was: Re: fo:marker broken)

2002-04-12 Thread J.Pietschmann
into the bug handling process. I read this as It's ok? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Non rendered characters in and around fo:inline tags at pagebreak

2002-04-13 Thread J.Pietschmann
Nicolas Mazziotta wrote: When a fo:inline element occurs at page break, its text() happens not to be rendered.. What can I do? You can post a small FO file demonstrating the problem to the list. J.Pietschmann

Re: AW: Multithreading FOP ?

2002-04-13 Thread J.Pietschmann
an individual processor is created, and you can override settings on the individual instances. The individual processor instances never access global data after creation. Does this answer your question(s)? J.Pietschmann

Re: absolute positioning in an pdf

2002-04-15 Thread J.Pietschmann
/slice7.html#common-absolute-position-properties HTH J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Confused with Fop extensions, distinct.

2002-04-16 Thread J.Pietschmann
of your application for how to do this, usually you have to copy your Xalan jars into a certain directory, and/or adding them to the classpath. Alternatively, get rid of the extension function and use Munchean Grouping. Start here: http://www.jenitennison.com/xslt/keys.html J.Pietschmann

Re: Indenting Tables

2002-04-18 Thread J.Pietschmann
-indent and position-absolute on the table node and although the text position within the cell moves, Thats because table cell areas are reference areas. You have to reset most block properties on the table element if you don't want to have them inherited. J.Pietschmann

Re: Keep-Together

2002-04-18 Thread J.Pietschmann
to break within the first embedded block, and if this still fails, it will try the second. Does this help? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Problem embeding pdf in browser using security constraint inTomcat 4.0.3

2002-04-18 Thread J.Pietschmann
browser, some IEx versions are known to have problems starting Acrobat reader under certain circumstances. fop Fop-0.20.3rc It is recommended to upgrade to the final 0.20.3 release in all cases. J.Pietschmann - To unsubscribe

Re: linefeed-treatment=preserve

2002-04-18 Thread J.Pietschmann
, this is more of a challenging problem, as the approach above wont work. Look at the XSL FAQ and into the XSL mailing list archive for more tricks: http://www.mulberrytech.com/xsl/xsl-list/ HTH J.Pietschmann - To unsubscribe, e

Re: wrong lists - 2cents

2002-04-18 Thread J.Pietschmann
: discussions *among* developers user: user discussions and help There is the option to use bugzilla for feature requests (i don't know whether this is used for FOP, is is handled this way for Ant) J.Pietschmann - To unsubscribe

Re: Embedding FOP

2002-04-18 Thread J.Pietschmann
a transformation which transforms into XSLFO. FOP can not render XHTML (it would be named XHTMLP if it could) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: java/util/HashMap error

2002-04-19 Thread J.Pietschmann
hit a bug in the webserver. Unless someone else on this list uses javawebserver, you wont get further help on this list for this problem. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

Re: FOPException error

2002-04-19 Thread J.Pietschmann
in the backtrace). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Cleaning up bugzilla and next maintenance release

2002-04-22 Thread J.Pietschmann
along slowly, as usual. Converted to the FAQ-with-sections DTD referenced recently on the forrest-dev list. Thanks J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: error generating font metrics file

2002-04-22 Thread J.Pietschmann
? Exception in thread main java.lang.NoClassDefFoundError: org/apache/xml/serialize/BaseMarkupSerializer There appears to be a problem locating a certain class which should be in the Xerces jar (not necessarily xerces.jar). I recommend to check the classpath again. J.Pietschmann

Re: SVG rendering with FOP on Solaris

2002-04-22 Thread J.Pietschmann
svgStroke=false anyway. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Exception message text not bubbling up

2002-04-23 Thread J.Pietschmann
must be... message without a problem, and the caught Exception is a TransformerException. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Image clipping with svg

2002-04-23 Thread J.Pietschmann
Rhett Aultman wrote: What version of fop are you trying this with? Additionally, I don't see an external.fo in the docs\examples\fo\ directory. There is one in docs/examples/svg. J.Pietschmann - To unsubscribe, e-mail

Re: Workaround to preserve whitespace?

2002-04-23 Thread J.Pietschmann
of preserving line feeds too. Yes, this has been mentioned before: http://marc.theaimsgroup.com/?l=fop-devm=101914568126394w=2 :P J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Manipulating page-width / page-height

2002-04-24 Thread J.Pietschmann
the setParameter() method of your transformer: transformer=factory.newTransformer(xsl); transformer.setParameter(page-height,29.1cm); transformer.setParameter(page-width,21.9cm); Lookup details in the JAXP documentation. J.Pietschmann

Re: best approach for labels use-case

2002-04-24 Thread J.Pietschmann
as a table? Each page as a three row table seems to be appropriate. Put a break-before=page on the table. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: what does IPD refer to? ie how to fix table error re IPD

2002-04-24 Thread J.Pietschmann
to fix this? It depends on what you are trying to achieve. Either specify an absolute width for each column, or a width for the whole table. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Interesting Aside

2002-04-28 Thread J.Pietschmann
, address placement boxes and sensible margin settings, and are selected via an XSLT parameter. Now i can concentrate on content rather than guessing where Word thinks it should put addresses, subjects and headers. J.Pietschmann

Re: Insufficient Karma!

2002-04-28 Thread J.Pietschmann
Peter B. West wrote: Access denied: Insufficient Karma This seems to be a recurrent problem. I thought you've read the maling list.. bg http://marc.theaimsgroup.com/?l=fop-devm=97915458410778w=2 - To unsubscribe,

PDF encryption

2002-04-28 Thread J.Pietschmann
, reader.getPageSizeWithRotation(i).height()); } else { cb.addTemplate(page, 1f, 0, 0, 1f, 0, 0); } System.out.println(Processed page + i); } document.close(); } catch( Exception e) { e.printStackTrace(); } } Have fun J.Pietschmann

Re: PDF encryption

2002-04-28 Thread J.Pietschmann
. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: line layout commit

2002-04-28 Thread J.Pietschmann
well in the future when core changes will become more incremental again. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: New to fop

2002-04-29 Thread J.Pietschmann
and the javadocs directories. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: properties

2002-05-01 Thread J.Pietschmann
Bertrand Delacretaz wrote: On Wednesday 01 May 2002 18:19, Peter B. West wrote: Does the near-silence on this one signify consent? I don't know enough about this to give meaningful advice, so in my case yes, silence means consent. Yes, it ought to be a reasonable idea. J.Pietschmann

Re: Shrink oversized pages to paper size

2002-05-02 Thread J.Pietschmann
provides for the paper, and use this, perhaps something slightly smaller to account for round-off errors. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Does FOP support PDF Form-filling fields?

2002-05-04 Thread J.Pietschmann
it contains is intellectual property of Adobe and therefore proprietary. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Does FOP support merging a PDF doc with a new PDF stream?

2002-05-04 Thread J.Pietschmann
from existing PDF you'll need some knowledge of the PDF spec http://partners.adobe.com/asn/developer/acrosdk/docs.html#filefmtspecs perhaps quite extensive knowledge. PDF is not designed to provide for that. J.Pietschmann

Re: [REDESIGN] Line layout manager discussion

2002-05-04 Thread J.Pietschmann
it into SVG. :-) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Border properties

2002-05-05 Thread J.Pietschmann
understanding on how borders/padding should be handled resonable? I feel very confused. BTW what happens if both start-indent and margin-start were defined on the same block area? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Border properties

2002-05-06 Thread J.Pietschmann
before. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Latest FOP schema

2002-05-10 Thread J.Pietschmann
to follow that position applies to all block-level and inline-level FO elements. Again, looks like a spec bug. Confused? Me too! J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: AW: Latest FOP schema

2002-05-11 Thread J.Pietschmann
, wrapper, basic-link? There are some hassles with whitespaces. There is some similarity in handling fo:leaders to handling whitespaces. o When is a block required? If you want to put text where a block level FO is expected. J.Pietschmann

Re: Line breaks and other typographical stuff (was: Re: Latest FOPschema)

2002-05-14 Thread J.Pietschmann
Arved Sandstrom wrote: This would not be covered in UTR 14, Line Breaking Properties? (http://www.unicode.org/unicode/reports/tr14/). Thanks, that's what I was looking for. It's even mentioned in the data file I looked at... J.Pietschmann

Re: page-number-citation in combination with force-page-count

2002-05-14 Thread J.Pietschmann
with iText or implementing an extension element might help. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Compile error with FOP

2002-05-16 Thread J.Pietschmann
: org.apache.fop.layoutmgr.BlockLayoutManager null ... java.lang.NullPointerException at org.apache.fop.layoutmgr.LineBPLayoutManager.getNextBreakPoss(LineBPLayoutMa You appear to have donwload a development snapshot. They don't work at all. Get a regular distribution, the last one is 0.20.3 J.Pietschmann

Re: Identity crisis on cvs.apache.org?

2002-05-19 Thread J.Pietschmann
to force your client to try SSH2 or SSH1 first, or copy known_hosts2 to known_hosts, or simply kill the file. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Japanese char support by FOP or not...

2002-05-20 Thread J.Pietschmann
. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: column width in percent

2002-05-21 Thread J.Pietschmann
-each Or you can create a FO for JFOR and use a the usual identity transformation with small changes to build a FO with p-c-w() for FOP PDF from it. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Japanese char support by FOP or not...

2002-05-22 Thread J.Pietschmann
(and probably incompatible) command line. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Why do links generate multiple rectangles in PDF?

2002-05-22 Thread J.Pietschmann
hyphenation in a link aren't handled properly either. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: build changes

2002-05-25 Thread J.Pietschmann
structure with one doc, one src and so on :-) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: How to create TOC

2002-05-29 Thread J.Pietschmann
, especially here: http://www.dpawson.co.uk/xsl/sect2/N7402.html Apart from the actual layout of a TOC in XSLFO, which can be tricky, this is an XSLT question. Further clarifications should be sought on the XSL list. http://www.mulberrytech.com/xsl/xsl-list/ J.Pietschmann

Re: external-graphic

2002-05-30 Thread J.Pietschmann
, for example fo:external-graphic height=10mm src=http://xml.apache.org/fop/resources/logo.gif/ J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Big FOP FAQ

2002-05-31 Thread J.Pietschmann
to the v11 DTDs under development now by forrest. I'd like to have the old short FAQ kept active until everything else is ready. Regards J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Exploring the FOP API design space

2002-05-31 Thread J.Pietschmann
this, with the objective to have running code in august. The current interface should be deprecated but kept for a few maintenance releases. Is this ok? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Exploring the FOP API design space

2002-06-03 Thread J.Pietschmann
. Interesting. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Embedded FOP From fo-Document to PDF

2002-06-04 Thread J.Pietschmann
)); //-- Driver driver = new Driver(); driver.setRenderer(Driver.RENDER_PDF); FileOutputStream fos = null; J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: printing the correct document

2002-06-04 Thread J.Pietschmann
. Setting the page margin-left to a higher value doesn't work, because the labels will be positioned the margin to the right and this will be added to the margin (maybe) made fom the printer. I'd think of decreasing the left margin and increase the right margin by the same amount. J.Pietschmann

Re: SAX, fopservlet and 0.20.2

2002-06-05 Thread J.Pietschmann
]: null add the -d switch to get a stack trace. Also, I don't explicitly include the sax jar file - do I need to? I'm using xalan 2.0.0 and xerces 1.2.3. What sax jar file? You might also consider upgrading to 0.20.3. J.Pietschmann

Re: SAX, fopservlet and 0.20.2

2002-06-06 Thread J.Pietschmann
message. Sorry, the xml.apache.org stated you needed the sax api, not sax.jar - xalan should cover this? Not Xalan, Xerces (included in the FOP distribution. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: margin-top of a block in a table-cell

2002-06-10 Thread J.Pietschmann
of deficiencies. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: SVG/SVG inclusion issue ?

2002-06-11 Thread J.Pietschmann
namespace. The usual way is that this is done in the SVG DTD. Check whether both files either include a proper DOCTYPE declaration pointing to the DTD, or declare the SVG namespace. Point 3: Your b.svg links retro.svg, not a.svg. J.Pietschmann

Re: SVG/SVG inclusion issue ?

2002-06-13 Thread J.Pietschmann
default value in the DTD (in particular the SVG namespace declaration), though it is hard to see how a staand-alone Batik circumvents this. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

Re: FopServlet

2002-06-13 Thread J.Pietschmann
, or upgrade to Tomcat 4.0.4b3. I think i've seen more detailed instructions in some Tomcat documentation. Otherwise, check yout webapp's lib directory whether it contains all the jars from the FOP duirstribution's lib directory. J.Pietschmann

Re: FopServlet

2002-06-13 Thread J.Pietschmann
in a ByteArrayOutputStream so that you can send the exact length to the browser (IEx will show a blank window if you fail to do this). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: FopServlet

2002-06-15 Thread J.Pietschmann
(pdfOutData); fos.close(); J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: JimiException with TIFF

2002-06-15 Thread J.Pietschmann
compression. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FopServlet

2002-06-16 Thread J.Pietschmann
); or investigate what you can do with HttpServletRequest.getPathTranslated() Now this is gettin way off of topic... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: SVG base URL exception

2002-06-16 Thread J.Pietschmann
to appear), because this fixes a few important bugs. Apart from this, you could try to set the baseDir property http://marc.theaimsgroup.com/?l=fop-devm=101777546120252w=2 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-18 Thread J.Pietschmann
. [ERROR] The prefix xlink for attribute xlink:href is not bound. The namespace declaration is indeed missing. I'm currently reworking some parts of the examples, I'll fix this too. This will take one or two more days though. J.Pietschmann

Re: Problem with multi-paged TIFFs

2002-06-18 Thread J.Pietschmann
to be filled... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: PDF in a JSP ... searching alternative way

2002-06-20 Thread J.Pietschmann
* data). Use a servlet, and generate the FO with XSLT, as advised, or check out Cocoon. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 10031] - FOP error handling: return codesnot set

2002-06-20 Thread J.Pietschmann
Has anybody received the CVS message from Jörg's change. I didn't. Maybe it's still somewhere in a moderator queue? That was the case when I committed my first change to CVS after receiving committer muscles. I'm not subscribed to the fop-cvs list. Perhaps I should do so... J.Pietschmann

test cases

2002-06-20 Thread J.Pietschmann
Hi all, I've accumulated quit a few testcases from the bugzilla bug reports. Some are working now, some still produce errors. We don't have an explicit test data directory yet. Should I create one? J.Pietschmann

Re: how to deal with tabulations

2002-06-20 Thread J.Pietschmann
, and in each case the problems were caused sloppy analysis of what the users really needed. Check whether the presentation modifications are really all necessary in the form declared, and whether a GUI tool can be used for data entry which produces XML more amenable to further processing. J.Pietschmann

Re: FOP in the forrest

2002-06-21 Thread J.Pietschmann
Christian Geisert wrote: Keiron Liddle schrieb: Any questions, comments? I'm already adapting the docs to the forrest 1.1 DTDs There are some issues with the (old) documentation for the maintenance branch which I will bring up in an extra mail. Are they different from HEAD? J.Pietschmann

Re: Loading FOP userconfig file from EAR

2002-06-24 Thread J.Pietschmann
userConfigFile), substitute new InputSource(your classloader.getRessourceAsStream(...)) or something for InputHandler.getFileInputSource(...) This message is for the named person's use . Oh no! HTH J.Pietschmann

Re: table-cell wrapping

2002-06-26 Thread J.Pietschmann
counter-intuitive. Default is to wrap. Is there a margin inherited from an enclosing block? I've bitten several times by this. In this case, put margin=0mm right on the fo:table element. J.Pietschmann - To unsubscribe, e-mail

Re: documentation for the maintenance branch

2002-06-26 Thread J.Pietschmann
mail or something, but I didn't get one either. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: System.exit stuff

2002-07-01 Thread J.Pietschmann
Keiron Liddle wrote: You do know that every second person will complain that FOP hangs if you remove this. :/ The exit() Oleg complained about was inserted by me. No problem with removing it, the real exit(0) is in the CommandLineStarter (odd place...). J.Pietschmann

Re: System.exit stuff

2002-07-02 Thread J.Pietschmann
? For some reason, FOP AWT currently doesn't run at all, and I havn't got yet time to investigate. Sometimes it seems to me file-to-file renderers and the AWT renderer should be placed in different applications. J.Pietschmann

Re: Pagination problem

2002-07-02 Thread J.Pietschmann
RamanaJV wrote: Is there a way the FOP provides me to update the previously created pages? No. Get the whole XML from whereever you have to get it, and render it an once. You can try to render chunks and download more XML in the background, but this is rather advanced. J.Pietschmann

  1   2   3   4   5   6   >