Re: XIncludeTransformer still not working

2001-09-30 Thread Jeremy Quinn
At 12:09 PM +0700 28/9/01, Andrew Answer wrote: xsp:page xmlns:xsp=http://apache.org/xsp; xmlns:xinclude=http://www.w3.org/2001/XInclude; page xinclude:include href=menu.xml/ /page /xsp:page As your page is an XSP, you _could_ use the xinclude tag of the util taglib. However, if you want

taglibs for stylesheets

2001-09-30 Thread Aurelien
Hi, I just love the logicsheet mechanism. Now, I wondered wether it'd be possible to implement a similar mechanism for stylesheets. I'm writing an article on HTML table formatting (for twigs), and I realize that it could be very cool to have a, say, formatting:table ... tag that you could

RE: taglibs for stylesheets

2001-09-30 Thread Vadim Gritsenko
-Original Message- From: Aurelien [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 30, 2001 8:46 AM To: [EMAIL PROTECTED] Subject: taglibs for stylesheets Hi, I just love the logicsheet mechanism. Now, I wondered wether it'd be possible to implement a similar mechanism for

More ESQL problems

2001-09-30 Thread Luke Reeves
Title: More ESQL problems Sorry to bother everyone again, but I've got another problem with the ESQL logicsheet. Here's the code: esql:execute-query esql:queryselect ID from counters where link = esql:parameter type=stringxsp:exprrequest.getParameter(file)

RE: More ESQL problems

2001-09-30 Thread Luke Reeves
Title: Message Yes, it's a reply to my own post. Found the problem. I moved the xsp:logic tags to inside a esql:row-results like so: esql:row-results xsp:logic java.lang.String useragent; java.lang.String fileid; fileid = esql:get-string column="ID"/; /xsp:logic

constructing transformers in Cocoon 2

2001-09-30 Thread Liam Morley
Here's the model I've been using for Cocoon 2: Default generator. 2 transformers: 1 transformer that we've wrote that picks up on certain elements and serves information from the database (via JDBC) depending on which elements it is, and also the standard XSLT transformer. Then, standard