Re: XPath problems in Cocoon?

2003-02-23 Thread Anna Afonchenko
Thank you very much for answering and sorry to ask XSL question on Cocoon list. But now my problem stays only in Cocoon. I did as you advice and edited my test.xsl file to http://www.w3.org/1999/XSL/Transform";> Now, if I apply this stylesheet on html file test.html using t

Re: JPEG/PNG IN IE???

2003-02-23 Thread Derek Hohls
Sam   Are you trying to deliver "pure" SVG or are you embedding it is an object in HTML page (and, if so, how) - also, what version of IE are you using?   Derek>>> [EMAIL PROTECTED] 24/02/2003 07:36:09 >>>Ok...I'm trying to get cocoon to deliver (serialize) and (SVG) XMLdocument.  It works oka

Re: Jtidy with properties

2003-02-23 Thread Anna Afonchenko
Robert You need to create file jtidy.properties and put it into your cocoon directory (together with sitemap.xmap file). In this file you set all the tidy properties that you need, e.g.: output-xml=yes output-xhtml=no etc. In sitemap you need to edit the HTMLGenerator configuration to check the pr

Re: String replacement in Cocoon

2003-02-23 Thread Andrew Savory
On Sun, 23 Feb 2003, I-Lin Kuo wrote: > I really do need to do this, as I'm generating insert statements for the > database. My information comes in the form of XML documents which I'm > partially pulling apart to enter in the database. Unfortunately, I can't > just take the information between th

JPEG/PNG IN IE???

2003-02-23 Thread Chance, Sam USA
Ok...I'm trying to get cocoon to deliver (serialize) and (SVG) XML document. It works okay in Netscape and Amaya (except the sides are "cut off". But in IE (6.0) I just get a white screen with the little "x" in the corner... I checked the archives but didn't see the same problem...Any Ideas? ...

Re: mod-db postgresql and autoincrement

2003-02-23 Thread Antonio Gallardo
Hi Amelie: I am glad you got this running. I had the same problems too. > I think the name of the table "user" should be changed in the mod-db > example of cocoon because it is a problem for those who want to run it > with postgresql. And using a trick like "user" to create the table is > not tot

Debugging in Cocoon

2003-02-23 Thread Guenther Schmidt
Hi all, I just start on my first database app. I'm stuck my queries fail and I don't have a clue why. I'm guessing that it can't connect to the database server (mysql. BTW I've been trying to follow that IBM tutorial (building database driven sites). How do you debug cocoon? Cheers all Guenther

Re: Native XML datebases (infonyte)

2003-02-23 Thread Guenther Schmidt
thanks Max - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: String replacement in Cocoon

2003-02-23 Thread I-Lin Kuo
I really do need to do this, as I'm generating insert statements for the database. My information comes in the form of XML documents which I'm partially pulling apart to enter in the database. Unfortunately, I can't just take the information between the tags and generate an insert statement, be

RE: HOW DO I BUILD THE WAR FILE?

2003-02-23 Thread Chance, Sam USA
Great! I think what is happening tome is that because I am behind a firewall, I can't connect to the CVS server, so I download the snapshots which lag... Anyone know how to get around the firewall problem in order to connect to CVS server? -Original Message- From: Luca Morandini [mailto:

RE: HOW DO I BUILD THE WAR FILE?

2003-02-23 Thread Luca Morandini
> -Original Message- > From: Chance, Sam USA [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 23, 2003 7:17 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: HOW DO I BUILD THE WAR FILE? > > > Roger all...except deploying Cocoon on a AN/UYK-44! :-) ;) > Any ideas on the

RE: HOW DO I BUILD THE WAR FILE?

2003-02-23 Thread Chance, Sam USA
Roger all...except deploying Cocoon on a AN/UYK-44! :-) Actually, I've become somewhat proficient at building Cocoon using the varios build options...school of hard knocks and a lot of reading archives and the cocoon web pages on-line...As a matter of fact, as a doublecheck, I downloaded a slight

Re: String replacement in Cocoon

2003-02-23 Thread Andrew Savory
Hi, On Sun, 23 Feb 2003, I-Lin Kuo wrote: > I'm trying to replace something like > > > INSERT INTO MyTable(text) > VALUES ('& What's the matter?') > > > with > > > INSERT INTO MyTable(text) > VALUES ('\& What''s the matter\?') > You probably don't really want to do this ... the data

String replacement in Cocoon

2003-02-23 Thread I-Lin Kuo
I'm trying to replace something like INSERT INTO MyTable(text) VALUES ('& What's the matter?') with INSERT INTO MyTable(text) VALUES ('\& What''s the matter\?') where internal "'"s are replaced by "''" and "?" and "&" are escaped by a backslash. I know how to do this using regular expres

Re: Native XML datebases (infonyte)

2003-02-23 Thread Max Larsson
does anybody have experience using Infonytes XML database with Cocoon? Yes and no. I knwo a little bit about infonyte, i think the problem is that it didin't supported XML:DB API. If tthey do it today i don't know, but i thinl not. Thus you can't use the Psoudo protocol used for Xindice or eXist in

Re: mod-db postgresql and autoincrement

2003-02-23 Thread Amélie Cordier
> Hi Amelie: > > Sorry for the delay. I was not clear what was you problem :-( Hello Antonio, In fact, I had a lot of problems that I sloved by using the latest CVS version as you suggest it to me... so thanks a lot. > > 1-The pointed by Christian is correct, in cocoon.xconf check you have:

RE: HOW DO I BUILD THE WAR FILE?

2003-02-23 Thread Luca Morandini
> -Original Message- > From: Amélie Cordier [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 23, 2003 2:56 PM > To: [EMAIL PROTECTED] > Subject: Re: HOW DO I BUILD THE WAR FILE? > > > Luca is right, you should do what he said... > Amélie, unfortunately, I was wrong... as Stefano pointed

Jtidy with properties

2003-02-23 Thread Robert Sösemann
Hello, I want to use Jtidy for beatifying the serializers html. I think coocoons htmlserializer uses it by default. But it doenst do identation. So i need a properites file. Where should I place this file? Do I need to add code to the sitemap or xconf? Maybe you can give me example code. Thanks

RE: HOW DO I BUILD THE WAR FILE?

2003-02-23 Thread Luca Morandini
-Original Message- From: Chance, Sam USA [mailto:[EMAIL PROTECTED] Sent: Sunday, February 23, 2003 4:36 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: HOW DO I BUILD THE WAR FILE? > I'm sorry, but I'm a newbie.Can someone please tell me how to build Cocoon2.1 to > include > the