Kyle Kotwica wrote:
Using either form of the URL suggested.

The comment meant: 1. file:///\fop\fop-0.20.5\conf While it is a syntatcically valid URL, it probably wont work as expected, i.e. it does not address the file system object \fop\fop-0.20.5\conf 2. file:///\fop\fop-0.20.5\conf This will address the file system object \fop\fop-0.20.5\conf, but it's still no use because 3. The config setting is not an URL, but realy a directory name (path name).

You should use
 \fop\fop-0.20.5\conf
or
 C:\fop\fop-0.20.5\conf
or whatever drive you use.

Running under -d I do get

[DEBUG] user configuration file: \fop\fop-0.20.5\conf\userconfig.xml

but no more about en_US.xml other then the message:

[ERROR] Couldn't find hyphenation pattern  en_US
using general language pattern en instead.

Oops, debug dumps are controlled by a static variable in the hyphenator, and are by default disabled. You can enable it by doing the following: 1. Get a JDK and the FOP source distro. 2. Open the file src/org/apache/fop/layout/hyphenation/Hyphenator.java in a text editor 3. Change the initialization of the errorDump variable to true. 4. Recompile by running build.bat.

I still believe the cause of the problem is malformed XML, perhaps an
encoding problem. Use another XML tool (not XML Spy) to verify your
XML is free of this problems.

J.Pietschmann

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



Reply via email to