Re: XSL transformations with FOP

2003-02-16 Thread Santtu Pajukanta
J.Pietschmann wrote: That's the command line for formatting a FO document into PDF. Why do you expect FOP to apply a style sheet without even naming it on the command line? Use fop -xml glossary.xml -xsl glossary.xsl -pdf glossary.pdf You might alsoo want to look into the FOP documentation, in pa

Re: Postscript Error when RIPing document created with FOP

2003-02-16 Thread Jeremias Maerki
Sorry for the delay. I've looked up that private discussion with Claes Bergsten. The theory is that that particular Xerox PDF RIP has a bug in the PDF to PostScript conversion which causes the subsequent PostScript RIP to choke on PDF XObjects (which are normally used to hold images). You don't se

Re: SVG from OpenOffice, redux

2003-02-16 Thread David Bridgeland
Jeremias, No, thank you! I will check it against 0.20.5rc2 tomorrow. Dave  Jeremias Maerki <[EMAIL PROTECTED]> wrote: David and Harm,I've just found the bugs, I think. I've fixed them in CVS and checkedthem against 3 different SVG files generated by OpenOffice. They workfine now. Either download F

Re: SVG from OpenOffice, redux

2003-02-16 Thread Jeremias Maerki
David and Harm, I've just found the bugs, I think. I've fixed them in CVS and checked them against 3 different SVG files generated by OpenOffice. They work fine now. Either download FOP from CVS or wait until version 0.20.5rc2 which should be out on Monday. Technical background: I've found "0 0 0

Re: EPS images not shown in Acrobat

2003-02-16 Thread Jeremias Maerki
I haven't used Illustrator myself before but have you tried playing around with the export setting such as convert text to graphics or not embedding but only referencing the fonts? If you download Batik standalone and start Squiggle (the SVG browser) can it display the generated SVG? If no, then i

Re: XSL transformations with FOP

2003-02-16 Thread J.Pietschmann
Santtu Pajukanta wrote: D:\Java\tools\fop-0.20.5rc\docs\examples\markers>fop glossary.xml glossary.pdf That's the command line for formatting a FO document into PDF. Why do you expect FOP to apply a style sheet without even naming it on the command line? Use fop -xml glossary.xml -xsl glossary.x

Re: XSL transformations with FOP

2003-02-16 Thread Oleg Tkachenko
Santtu Pajukanta wrote: I use the software pretty "out of the box" so they're Xerces and Xalan. Here's what it outputs when I try to process xml-fop/docs/examples/markers/glossary.xml: D:\Java\tools\fop-0.20.5rc\docs\examples\markers>fop glossary.xml glossary.pdf [INFO] Using org.apache.xerces.

Re: How to detect page breaks ?

2003-02-16 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I have a little problem to detect page breaks using xsl:fo... You cannot detect page break, you are not programming in xsl-fo. You should think in declarative way instead, e.g. just declare that odd pages should have gray border on the right, even pages - on the left etc.

Re: XSL transformations with FOP

2003-02-16 Thread Santtu Pajukanta
Jeremias Maerki wrote: Sounds like you XML parser doesn't provide namespace information. You may have to enable that feature. What XML parser and XSLT implementation do you use? FOP is by default using Apache Xerces and Xalan which work fine. I use the software pretty "out of the box" so they're Xe

Re: XSL transformations with FOP

2003-02-16 Thread Jeremias Maerki
Sounds like you XML parser doesn't provide namespace information. You may have to enable that feature. What XML parser and XSLT implementation do you use? FOP is by default using Apache Xerces and Xalan which work fine. On 15.02.2003 23:24:50 Santtu Pajukanta wrote: > When I try to process an XML

Re: image filter

2003-02-16 Thread Jeremias Maerki
I believe there's no such thing in XSL-FO. You could write a special image loader that implements the filter you need. On 15.02.2003 01:33:27 Zhong Yi wrote: > Does anyone know how to get image filer effect in FOP? > > For example, in HTML, you can do > style="filter:invert", > how can you achiev