how to call continuation, created by button's action?

2009-04-25 Thread Maria Grigorieva
Hello!!! I need to create continuation with the button's click. var k; .. form.lookupWidget("report").addActionListener(function(event) { var str = dao.jdbc.getXML(id); var doc = dao.jdbc.loadXML(str); dao.jdbc.saveXML(path+id+".xml", d

Re: XSLT is Dead ?!

2009-04-25 Thread Ken Starks
Antonio Gallardo wrote: hi Derek, Comparing XSLT with JSP is like comparing pears and apples. XSLT is quite useful for some tasks and weak in others. The same apply for JSP. We still use XSLT even if you have JSP at hand. In cocoon particular wolrd, perhaps he should compare JSP with XSP. I did

Re: XSLT is Dead ?!

2009-04-25 Thread André Davignon
Hi Ken, I guess that many people feel the same way about XSP. Remember "XSP is evil" : http://www.nabble.com/Re:-How-can-i-activate-XSP-in-cocoon-2.2---p19457928.html http://markmail.org/message/ciwirkn5gs4lrahz From my point of view, XSP was one of the reasons of Cocoon's success, of course

Re: XSLT is Dead ?!

2009-04-25 Thread Stephen Winnall
I think a lot of the anti-XSLT sentiment comes from people who don't see the point of XML. XML and its philosophy are far too complicated for the average designer-cum-website-hacker. This is neither a criticism of XML nor of the d-c-w-h. XML and tools which make use of it and fairly advance

Re: XSLT is Dead ?!

2009-04-25 Thread Ken Starks
Stephen Winnall wrote: I think a lot of the anti-XSLT sentiment comes from people who don't see the point of XML. XML and its philosophy are far too complicated for the average designer-cum-website-hacker. This is neither a criticism of XML nor of the d-c-w-h. XML and tools which make use of