You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "J.Pietschmann" <j3...@yahoo.de> on 2002/08/27 20:58:17 UTC

Re: Unknown Formatting Object - root element must be root, not 'n one' - again

Chalasani, Kumar wrote:
> i just now placed 1.4.4 at the start of the classpath and tried again,
> 
> ...and i still got the same error
> 
> 
> [INFO] building formatting object tree
> [ERROR] Unknown formatting object ^CCDS
> org.apache.fop.apps.FOPException: Root element must be root, not 
> (none):CCDS

If you really have a tempalte matchin CCDS emitting
a fo:root, it looks like you got an identity transformation.
How did you create your transformer, using
   newTransformer(new Streamsource(...))
or, by any chance
   newTransformer()


J.Pietschmann