Re: Compiling Fop in MS vm

2002-02-26 Thread cn
Hi Adel. If you are using a version of FOP later than 0.18 - you component won't work. The problem is that the MS VM 3802 only supports jdk 1.1.8 - FOP after 0.18 use later JDK versions. Hopes this helps you. Alternative you can use FOP 0.18.. Claus Nielsen

Re: Compiling Fop in MS vm

2002-02-26 Thread cn
Hi Jim. Maybe asking stupid...But what is osx ?? Claus |+- || Jim Wright | || jwright@palgra| || phics.com | || | || 26-02-2002 | ||

Re: XPATH question - not FOP related

2002-01-22 Thread cn
Hello Brian. This will help you: xsl:for-each select=some_data xsl:if test=position()[.'1'] This is not the first! /xsl:if Repeating section... /xsl:for-each OR xsl:for-each select=some_data xsl:if test=position() gt;'1' This is not the first! /xsl:if Repeating section...

Re: font in fop

2002-01-13 Thread cn
Try this before you declare the Driver. It should work userConfigFile = new File(userConfig); options = new Options(userConfigFile); Claus Nielsen