Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Joerg Heinicke
Jason Johnston lojjic.net> writes: > The first issue is that XHTMLSerializer encodes all double-quotes in > text content as ", which is of course absolutely valid XML/XHTML. > Unfortunately, when an XHTML document is served up with a text/html > mime-type, as you're doing, Firefox doesn't actu

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Carsten Ziegeler
Actually I was too fast in answering :( Yes, I only fixed the html serializer and that fix is not appropriate for the xhtml. In html, the contents of the script tag is defined as a cdata section, therefore there should be no encoding inside the script. And that's what I fixed. With xhtml the conte

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Jason Johnston
I've done some investigation. The first issue is that XHTMLSerializer encodes all double-quotes in text content as ", which is of course absolutely valid XML/XHTML. Unfortunately, when an XHTML document is served up with a text/html mime-type, as you're doing, Firefox doesn't actually parse th

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Andrew Madu
Hi Jörg, Carsten fixed something in the HTMLSerializer, but changed nothing in the XHTMLSerialzer: Yes, I have seen the changes made by Carsten in HTMLSerializer: @version CVS $Id: HTMLSerializer.java 515096 2007-03-06 12:11:29Z cziegeler Changes to the XHTMLSerializer were made last by C

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Joerg Heinicke
On 15.03.2007 18:43, Andrew Madu wrote: thanks for the link. I checked out the latest files from the address given, rebuilt cocoon, but the problem still remains. Carsten could you confirm with me where exactly your changed files are or even better could you send me the serializer.jar file? Ca

Re: Packaging cocoon 2.1.10 web application ??

2007-03-15 Thread Steven D. Majewski
On Mar 15, 2007, at 1:32 PM, Sébastien Geindre wrote: Hello all !! i wonder how your organize your source in order to have an easy packaging and deployment of a cocoon application ? Do you use build.sh shell command with ant generation of cocoon.war with all your stuff inside ?? Imagi

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Andrew Madu
Hi Bertrand, https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/ thanks for the link. I checked out the latest files from the address given, rebuilt cocoon, but the problem still remains. Carsten could you confirm with me where exactly your changed files are or even better could you

Packaging cocoon 2.1.10 web application ??

2007-03-15 Thread Sébastien Geindre
Hello all !! i wonder how your organize your source in order to have an easy packaging and deployment of a cocoon application ? Do you use build.sh shell command with ant generation of cocoon.war with all your stuff inside ?? Imagine you have a webapp call 'project1' with sitemaps, xsl, f

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Bertrand Delacretaz
On 3/15/07, Andrew Madu <[EMAIL PROTECTED]> wrote: ...I have checked out the latest files from svn: https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.1/RELEASE_2_1_10/.. the latest 2.1.x code is available at https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/ -Bertrand -

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Andrew Madu
Hi Carsten, Yes, this is a bug in 2.1.10 - I have fixed it last week. You could either use the current xhtml serializer from svn or wait for the next release :) For a second there I was almost convinced that you had sent your reply even before I had sent my bug report! ;-) I have checked ou

Re: XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Carsten Ziegeler
Yes, this is a bug in 2.1.10 - I have fixed it last week. You could either use the current xhtml serializer from svn or wait for the next release :) Carsten Andrew Madu wrote: > Hi, > I would like to bring this to the attention of the cocoon membership. > Utilising the serializer block as seraliz

XHTML Serializer block/Ajax: Bug

2007-03-15 Thread Andrew Madu
Hi, I would like to bring this to the attention of the cocoon membership. Utilising the serializer block as seralizer of choice in an ajax-request block breaks the ajax process:

Validation with DTD

2007-03-15 Thread Voigt, Bjoern (EXTERN: AUEL)
Moin Cocooners, I have a Question about the ValidationTransformer. I have serveral (about 2 Million) XML-Files and Schema/DTD for it ;-) ... I want to transform it xslt, but have to validate it before. I tried to generate a schema with XML-Spy and validate it with the ValidationTransformer. Bu

Re: XHTML Serialization error

2007-03-15 Thread JD
Hello Andrew, 'WARNING:_editor_url is not set! You should set this variable to the editor files path; it should preferably be an absolute path, like in '/htmlarea', but it can be relative if you prefer. Further we will try to load the editor files correctly but we'll probably fail.' Yes, I h

set avariable to an repeater item

2007-03-15 Thread Erik Hovi
Dear all, I would like to put a variable to an item of a repeater widget: miscs[0].code = "ISIL"; miscs[0].misc = cocoon.session.getAttribute("mpf_aaa_isil"); Maybe i must change somehow the binding file: