Luke Shannon wrote:
org.apache.fop.apps.FOPException: The entity "nbsp" was referenced, but not
declared

The strange thing is I have this tag at the start of the xml document that
supplies the input to FOP:

<?xml version="1.0"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY nbsp '&#160;'>
]>

If this is a the beginning of the XML source rather than the style sheet, it's of no use (unless your XML source is a style sheet too).

Should that not handle this? I can see the input being passed still contains
&nbsp, not sure why.

I have no idea what you mean here. What input passed to whom?

J.Pietschmann

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



Reply via email to