Re: Xsp logic simpler error

2001-09-16 Thread cib
ing("esql");       this.contentHandler.endPrefixMapping("xsp");       this.contentHandler.endDocument();  }}     - Original Message - From: Luis Gois To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Sunday, September 16, 2001 8:26 PM Subject: Re : Xs

Re : Xsp logic simpler error

2001-09-16 Thread Luis Gois
You've made an inner class but you're calling it as a method!   Try this :       make_xsl anObject = new make_xsl();     anObject.main();   you main() method won't be called as you instatiate your make_xsl class, like it would happen if this was your program's starting/main class.   Luis G

Xsp logic simpler error

2001-09-15 Thread cib
here is my make1.xsp, getting error: Method make_xsl() not found in class org.apache.cocoon.www.pages.make1_xsp. http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2";> java.io.* public class make_xsl { public void main (String[] args) throws IOException { Fil