Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java

2003-09-25 Thread Joerg Heinicke
[EMAIL PROTECTED] wrote: vgritsenko2003/09/25 05:59:54 Modified:src/java/org/apache/cocoon/generation RequestGenerator.java Ui, happy conflict resolving ... I have already all the changes on my PC at home, only had no internet access yesterday evening. And today morning cvs.apache.org

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java

2003-09-24 Thread Bruno Dumon
On Wed, 2003-09-24 at 00:55, Joerg Heinicke wrote: http://www.saxproject.org/?selected=namespaces In addition to those events [correctly used startElement() and endElement], SAX2 reports the scope of Namespace declarations using the startPrefixMapping and endPrefixMapping methods, so that

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java

2003-09-24 Thread Joerg Heinicke
Bruno Dumon wrote: On Wed, 2003-09-24 at 00:55, Joerg Heinicke wrote: http://www.saxproject.org/?selected=namespaces In addition to those events [correctly used startElement() and endElement], SAX2 reports the scope of Namespace declarations using the startPrefixMapping and endPrefixMapping

RE: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java

2003-09-24 Thread Carsten Ziegeler
Joerg Heinicke wrote: Bruno Dumon wrote: On Wed, 2003-09-24 at 00:55, Joerg Heinicke wrote: http://www.saxproject.org/?selected=namespaces In addition to those events [correctly used startElement() and endElement], SAX2 reports the scope of Namespace declarations using the

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java

2003-09-24 Thread Sylvain Wallez
Bruno Dumon wrote: On Wed, 2003-09-24 at 00:55, Joerg Heinicke wrote: http://www.saxproject.org/?selected=namespaces In addition to those events [correctly used startElement() and endElement], SAX2 reports the scope of Namespace declarations using the startPrefixMapping and endPrefixMapping

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java

2003-09-24 Thread Joerg Heinicke
Carsten Ziegeler wrote: Sylvain Wallez wrote: Bruno Dumon wrote: Ok, convinced. I will revert it and add it to the other mentioned generators. Furthermore, the ContentHandler.startElement() doc says (see [1]) that xmlns:* attributes are only added if the

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java

2003-09-24 Thread Sylvain Wallez
Joerg Heinicke wrote: Carsten Ziegeler wrote: Sylvain Wallez wrote: Bruno Dumon wrote: Ok, convinced. I will revert it and add it to the other mentioned generators. Furthermore, the ContentHandler.startElement() doc says (see [1]) that xmlns:* attributes are only added if the

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/generation RequestGenerator.java

2003-09-23 Thread Joerg Heinicke
http://www.saxproject.org/?selected=namespaces In addition to those events [correctly used startElement() and endElement], SAX2 reports the scope of Namespace declarations using the startPrefixMapping and endPrefixMapping methods, so that applications can resolve prefixes in attribute values