Re: extracting xml-code out of a relational database

2003-06-17 Thread mathias . wiegard
Hi, I'm trying to get xml-code out of a relational database (MySQL). The code ist stored in a TextField. I made a test table like: id | xml +-- 1 this is a test I'm using Cocoon 2.1m2. I tried to use a logicsheet with esql and its "" but I'm getting only undefined errors w

extracting xml-code out of a relational database

2003-06-17 Thread mathias . wiegard
*sorry, that I wrote this Email again to the mailing-list. But because of my fault, my question seems to be answerde ("re:" in subject)...* Hi, I'm trying to get xml-code out of a relational database (MySQL). The code ist stored in a TextField. I made a test table like: id | xml +-

Re: Cocoon for CD-Rom based applications?

2003-06-17 Thread Mathias Wiegard
Title: Re: Cocoon for CD-Rom based applications? Do You really want to urge people to install at least one JRE? I had the same problem with producing offline content of CBTs. But one of the project’s requirements was not to have to install additional software... Mat P.S.: yes, of course I love c

Re: newby with cocoon esql mysql linux

2003-06-17 Thread Mathias Wiegard
Try this way: First, make the following entry under load-class ... com.mysql.jdbc.Driver in WEB-INF/web.xml . This will load the driver at start into the environment. I don'T know your proceeding of defining an conneciton in an xsp page... I use connecti

Re: multiple cocoons in tomcat

2003-06-17 Thread Mathias Wiegard
Hi, I know definitely, that the first approach (e.g. copying and renaming the whole webapp in the webapps-folder) will function ;) Mat > Von: "Boris Althaus" <[EMAIL PROTECTED]> > Organisation: PetraProductions GmbH > Antworten an: [EMAIL PROTECTED] > Datum: Tue, 17 Jun 2003 21:51:19 +0200 > An: <

Re: multiple cocoons in tomcat

2003-06-17 Thread Mathias Wiegard
> > the only problem we have is with warpConnection > now we consider to leave warp solution for mod proxy > to have apache at front Yeah, warpConnection is really the best solution for this purpose... Matze - To unsubscribe,

Dynamically generated forms with dynamically generatedverification

2003-06-24 Thread Mathias Wiegard
Hi, I have to generate dynamically a form out of the structure Information of some XML-data (it's SCORM for learning metadata). Is there a way to verify dynamically the data entries when submitting the form? If yes, how does it function or where can I get further informations? Best regards, Matze