Hello Everyone;

I am getting the following error:

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;'>
]>

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

Thanks,
Luke



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

Reply via email to