NoSuchMethodException

2002-09-09 Thread Manish Shah
Hello, I'm trying to use the evaluate() function in cocoon 2.0, which is a saxon extension, but I get the following exception: Error: java.lang.NoSuchMethodException: For extension function, could not find method java.lang.String.evaluate([ExpressionContext,] ).; SystemID: file:/home/manish/cvs/

Re: xalan exception

2002-09-06 Thread Manish Shah
ed 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 &g

xalan exception

2002-09-06 Thread Manish Shah
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(Transf

Setting up a pipeline for cocoon2

2002-09-05 Thread Manish Shah
Hi guys, I am trying to get used to cocoon 2, and I'm not sure about how to do this. But I have a jsp file that references two other jsp files: main.jsp contains: framesrc=header.jsp framesrc=body.jsp To create two frames. header.jsp and body.jsp outputs into a xml file. Do I te

Re: SAXParseException

2002-09-04 Thread Manish Shah
nd up, but some make it to other files as well. I made a habit of always "tail -f"-ing the sitemap.log in a terminal window - it helps. Sorry I couldn't be more helpful. -- Ilya Manish Shah wrote: Hey Ilya, I posted my xml file. Let me post my XSL file. There are includ

Re: SAXParseException

2002-09-04 Thread Manish Shah
really a very bad > approach!! There exist some things like or . > > Regards, > > Joerg > > Manish Shah wrote: > > Hey Ilya, > > > > I posted my xml file. Let me post my XSL file. There are include in the > > file, used as entities. Let me know if a

Re: SAXParseException

2002-09-04 Thread Manish Shah
ta before or after the root element. > If this doesn't help, do you care to post your files? > -- > Ilya > > Abhishek Goel wrote: > > >your xml is not well formed.. > > > >Manish Shah wrote: > > > > > > > >>Hello all, > >&

SAXParseException

2002-09-04 Thread Manish Shah
Hello all, I am getting the following exception when trying to do a xml/xsl transformation. The XML and XSL are correct. Anyone know why else it would be happening? Thanks. Manish rg.xml.sax.SAXParseException: The root element is required in a well-formed document. at org.apache.coco