Re: xInclude and SQL Transformer NullPointerException

2002-10-16 Thread Timothy Larson
I had a similar problem. When I used the XInclude transformer, I got a NullPointerException when I tried to refer to the results with the "cocoon:/" protocol. Here was my solution (bad hack, but it worked): I made a stylesheet "copy-of.xsl" that simply copied what it was passed without changing

xInclude and SQL Transformer NullPointerException

2002-10-16 Thread Martin Schimak
I experience the following problem: I am including fragments of another xml file using xinclude and the xpointer() syntax. Works fine. If I then want to use the SQLTransformer within the same pipeline, I get a org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.Null