Why are table cells being displaced in Netscape 8.0 in Windows?

2006-05-29 Thread debiprasad.dash
Hi , I am facing this problem. While displaying a table in a page in Netscape 8.0 in windows some of the table cells are being displaced and filled with empty cells with white background i.e. in some of the rows the cells shift one column and the table looks distorted. This problem

RE: Why are table cells being displaced in Netscape 8.0 in Windows?

2006-05-29 Thread debiprasad.dash
Hi, I did not mention the version of Cocoon version we are using.. We are using Cocoon 2.1.7, XSLT 1.0.. I just want to know whether the problem I have mentioned in my previous mail is solely a browser related problem .Is there any way to fix this problem? Regards, Debi.

xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread kathi . mailbox
Hi, I have a problem with the xinclude transformer. I produce the xinclude command in the following stylesheet: xsl:template match=insert data xi:include xsl:attribute name=href xsl:value-of select=$server / xsl:text?_XQUERY=update+insert/xsl:text xsl:if

Re: xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread Antonio Gallardo
[EMAIL PROTECTED] escribió: Hi, I have a problem with the xinclude transformer. I produce the xinclude command in the following stylesheet: xsl:template match=insert data xi:include xsl:attribute name=href xsl:value-of select=$server /

Re: CForms: Inserting Text Into HTMLArea

2006-05-29 Thread Jeroen Reijn
Hi Gary, just to be sure. Reading your email you have a javascript that adds text to the HTMLArea object? HTMLArea puts the text back to the textarea on the onUnload event. Are you sure it get's saved back to the textarea? Reijn Stewart, Gary wrote: I'm using the HTMLArea component of

Re: xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread kathi . mailbox
-Ursprüngliche Nachricht- Von: users@cocoon.apache.org Gesendet: 29.05.06 11:02:27 An: users@cocoon.apache.org Betreff: Re: xsl produces not well-formded xml for a XInclude command [EMAIL PROTECTED] escribió: Hi, I have a problem with the xinclude transformer. I produce the

Re: Modify AJAX Carselector sample to work with mysql

2006-05-29 Thread kochch
All thumps up to Simone. Thank you very much. Problem solvedMarco2006/5/25, Simone Gianni [EMAIL PROTECTED]: Hi Marco,as you can see, the form loads the selection lists with cocoon:/carspipelines. You can simply change this pipelines so that they does notgenerate from a static XML file, but from a

RE: CForms: Inserting Text Into HTMLArea

2006-05-29 Thread Stewart, Gary
Reijn wrote: Hi Gary, just to be sure. Reading your email you have a javascript that adds text to the HTMLArea object? HTMLArea puts the text back to the textarea on the onUnload event. Are you sure it get's saved back to the textarea? Ah, I think this helps. I want to use another

RE: xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread Arthur Bogaart
Hi Kathi, xi:include href=http://localhost/tamino/BSDB/Hessen?_XQUERY=update+insert+brandgefahrenKeine/brandgefahren+into+input()/BS_Konzept [gebaeude_id=1] / I would actually be suprised when the above include works as intended, since you use a double-quote character to escape the value of

Re: xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread Jason Johnston
[EMAIL PROTECTED] wrote: ?xml version=1.0 encoding=ISO-8859-1 ? data xmlns:ino=http://namespaces.softwareag.com/tamino/response2; xmlns:xi=http://www.w3.org/2001/XInclude; xi:include

The Collection Query and Resource Query examples in Cocoon 2.1.9 don't work in the xmldb Block

2006-05-29 Thread H.H.Braun
I get a NoSuchMethodError for org.apache.xpath.compiler.Compiler - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Changing log level at runtime

2006-05-29 Thread Nils Kaiser
Hello, we are running a cocoon 2.1.8 application on Tomcat 5.5.15. We need a way to change the log level configuration on developer, staging and production systems. Before starting from scratch, I wanted to ask the members of this list what solutions they use to solve this problem? I guess

RE: xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread kathi . mailbox
Hi Arthur, I've inserted a xml serializer directly before the xinclude transformer in my sitemap. And this working code is what I get then (with double-quotes). But perhaps it's just a view from the firefox browser, Jason was writing something like that. Kathi -Ursprüngliche

Re: Changing log level at runtime

2006-05-29 Thread Ralph Goers
The solution that Cocoon provides is that it uses the Avalon logger interface. You can then provide any logging framework you want by providing an implementation of that interface that hooks into your desired logging framework. Cocoon provides implementations for a couple of frameworks. We

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-29 Thread Antonio Gallardo
Hi Pasha, Thanks to Jason Johntson, this issue is now solved in our repository. It will be released in the next version. Also we added some test case to avoid a potential reversion in the future. If you want to use the fixed code now, please download 2.1.10-dev from our subversion repository.