ESQL and Stored Procedures

2001-06-24 Thread Luca Morandini
could someone tell me whether ESQL can be used to execute stored procedures ? I presume it can't, but I'd like this thought of mine to be confirmed. Thanks in advance, - Luca Morandini GIS Consultant [EMAIL PROTECTED] +39 0744 59 85 1

[C2]Problem with whitespaces/newline

2001-06-24 Thread Jörn Heid
I have the following line in an xslt-stylesheet /tableimg src=/images/empty.gif width=1 height=10 border=1/table This one is outputted in html as /table img src=/images/empty.gif width=1 height=10 border=1/table How is it possible that there's a newline before img? I used

Re: [C2]Problem with whitespaces/newline

2001-06-24 Thread Ruben
Have you tried using xsl:text#xA;/xsl:text between table and img? Jörn Heid wrote: I have the following line in an xslt-stylesheet /tableimg src=/images/empty.gif width=1 height=10 border=1/table This one is outputted in html as /table img src=/images/empty.gif width=1 height=10

AW: [C2]Problem with whitespaces/newline

2001-06-24 Thread Jörn Heid
;( Now, I have two newlines between the two tags. If you misunderstood me: I want to remove all newlines between the two tags as there's none defined in my stylesheet.. But thanks for your help. JOERN_HEID -Ursprüngliche Nachricht- Von: Ruben [mailto:[EMAIL PROTECTED]] Gesendet:

Re: AW: [C2]Problem with whitespaces/newline

2001-06-24 Thread Ruben
Hi Jörn, Oh, sorry, sunday it's not the best day for me to understand english... Maybe I'm saying something stupid again, but, there is a line in cocoon.properties stating the maximum line width in HTML (I think): formatter.text/html/loose.line-width = 120 Could it be that your /table

RE: Cocoon with Ldap

2001-06-24 Thread Bentley, Tim
Janesh - You're probably better off using the LDAP or ELDAP logicsheets, which are maintained by Jeff Turner (are you out there Jeff?). I'm not familiar with the syntax of whatever method you're currently using, so it's difficult to help! The logicsheets mentioned above are fairly