HELP: esql in logicsheet -- Compilation failed...

2001-07-07 Thread Carsten Bock
hello all together, I try to use esql for database access in a logicsheet. I always get a compilation error on that! If I integrate my code directly in my XML file then everything is fine!?! I would be happy if anyone could give me hint/help. Thank you very much in advance, Carsten My

I don't know where to get some samples

2001-07-07 Thread Yasir Khalil Al Masri
Hi, I'm trying to build an XSP program that depends on Caccon 2 implementation which uses the SAX. Unfortunately, I only have examples that show how I'm going to use DOM (which is the Cacoon 1 implementation), can anybody refer me to some examples that uses SAX in an XSP program? Thanx

Re: org.w3c.dom.Document as param, html as output

2001-07-07 Thread Piroumian, Konstantin
I'm trying to find a class/method (possibly xalan) that will take an org.w3c.dom.Document as an arg which will include an ?xml:stylesheet? processing instruction and have an ouput of html. I need to have this done on the fly without the xml doc saved in a directoryany suggestions??

Re: org.w3c.dom.Document as param, html as output

2001-07-07 Thread Robert Koberg
check out xmlc. it compiles xml: http://xmlc.enhydra.org/ xalan has xsltc which compiles the xsl - Original Message - From: JOEL BENVENISTE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 06, 2001 2:35 PM Subject: org.w3c.dom.Document as param, html as output I'm trying

[C2]You cannot select a Component from a disposed ComponentSelector

2001-07-07 Thread C. Gaffga
Hi ! What meens: org.apache.cocoon.ResourceNotFoundException: You cannot select a Component from a disposed ComponentSelector:java.lang.IllegalStateException: You cannot select a Component from a disposed ComponentSelector at

Re: esql problem

2001-07-07 Thread Christian Haul
On 06.Jul.2001 -- 03:18 PM, JEULIN Olivier wrote: It seems you should put it inside xsp:logic like this xsp:logic rowNum = esql:get-int column=1/; /xsp:logic (if C2 is a bit like C1 ;) ) If you didn't want to assign to a variable, then you'd need to enclose the rowNum=... code with a

any free XML search engine... available?

2001-07-07 Thread jesskung
Hello I am looking for a free XML search engine. Has anyone used it with Cocoon and is there one available? Your input will much appreciated. Thanks. - This mail sent through IMP: samurai.brel.com

Re: any free XML search engine... available?

2001-07-07 Thread Anthony E.
if you're delivery html to the browsers, try htdig.org a good open source search engine. We currently use it for our cocoon based xsp site. --- [EMAIL PROTECTED] wrote: Hello I am looking for a free XML search engine. Has anyone used it with Cocoon and is there one available? Your input