Hey Ilya, It all worked in cocoon 1.0, but I was getting a different problem. That's why I went to cocoon 2.0. So, the names are right.. What version of xalan are you using?
On Fri, 2002-09-06 at 14:17, Ilya A. Kriveshko wrote: > Can't be sure, but just recently I spent some time tracking down what > was causing a similar NPE. > Turned out I typed <xsl:for-each test="something"> instead of > <xsl:for-each select="something">. Clearly, it is an error on my part, > but the NullPointerException isn't exactly what I would have expected > to get. > > It might be worthwhile for you to check if you spelled all important xsl > attribute names correctly. > > 2c > -- > Ilya > > Manish Shah wrote: > > >Hi there, > > > >I'm getting the following xalan exception when using xalan 2.4.0: > > > > > >java.lang.NullPointerException > > at > >>org.apache.xalan.transformer.TransformerImpl.createResultContentHandler(TransformerImpl.java:1034) > > at > >>org.apache.xalan.transformer.TransformerImpl.createResultContentHandler(TransformerImpl.java:965) > > at > >org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1114) > > at > >org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1097) > > at com.evermind[Orion/1.5.2 (build > >10460)].servlet.XSLServlet.service(Unknown Source) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:336) > > at com.evermind[Orion/1.5.2 (build 10460)]._io._twc(Unknown Source) > > at com.evermind[Orion/1.5.2 (build 10460)]._io._gc(Unknown Source) > > at com.evermind[Orion/1.5.2 (build 10460)]._if.run(Unknown Source) > > > > > >Any idea why this would happen? > > > >Manish > > > > > > > >--------------------------------------------------------------------- > >Please check that your question has not already been answered in the > >FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > > >To unsubscribe, e-mail: <[EMAIL PROTECTED]> > >For additional commands, e-mail: <[EMAIL PROTECTED]> > > > > > > > > > > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>