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
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
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