On Sep 24, 2007, at 20:49, ttowle wrote:

Hi

Xinlcude works with HTML but not with FOP- The same sysproperty key= ... which converts the Xincludes in HTML does not work for the FO. Any tips
would be appreciated.

From what you included below, it is obvious that XInclude is not the problem in your case...

Snippet --------------------------------
<target name="generate-pdf-user-manual"
depends="generate-xslfo-user-manual">
                <echo message="Generating PDF user manual" />
<java classname="org.apache.fop.apps.Fop" classpathref="fop.lib.path"
<snip />
     [java] [INFO] FOP 0.20.5
[java] [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
     [java] [INFO] building formatting object tree
     [java] [INFO] setting up fonts
     [java] [ERROR] property - "background-position-horizontal" is not
implemented yet.
     [java] [ERROR] property - "background-position-vertical" is not
implemented yet.
   ----- cut out ----

What it says: these properties were not implemented in FOP 0.20.x. I'd suggest upgrading to 0.94, which does offer support for them.

HTH!

Cheers

Andreas


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

Reply via email to