From: <[EMAIL PROTECTED]>
Date: Thu, 17 Aug 2006 13:56:31 +0530

Hi,

We are using Cocoon 2.1.7 and we get the following error when trying to
transform the output using XSL-FO into a pdf stream: -

An Error Occurred
attribute-set named xref.properties does not exist
org.apache.cocoon.ProcessingException: Error executing pipeline.:
java.lang.RuntimeException: attribute-set named xref.properties does not
exist cause: java.lang.RuntimeException: attribute-set named
xref.properties does not exist full exception chain stacktrace[hide]
org.apache.cocoon.ProcessingException: Error executing pipeline.:
java.lang.RuntimeException: attribute-set named xref.properties does not
exist   at
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.handleE
xception(AbstractProcessingPipeline.java:940)


Has it got to do with a specific version of Cocoon?

I guess it's possible, but the error message sounds to me more like there's something about the XSL-FO you're passing into the serializer that it doesn't like. Specifically, at a point where you're trying to use the "xref.properties" attribute set, it doesn't know of a set with that name. Have you tried substituting the xml serializer, and checking the XSL-FO directly? Does the attribute set definition have the right namespace/prefix? (if I recall correctly, attribute-set should be in the xsl namespace, not the fo namespace)


Andrew.



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

Reply via email to