1 Apr 2003 10:27
cvs commit: cocoon-2.1/src/blocks/html/java/org/apache/cocoon/generation HTMLGenerator.java
<bruno <at> apache.org>
2003-04-01 08:27:28 GMT
2003-04-01 08:27:28 GMT
bruno 2003/04/01 00:27:28
Modified: src/blocks/html/java/org/apache/cocoon/generation
HTMLGenerator.java
Log:
- fix double endDocument call when using xpath expressions, by using the normal
DOMStreamer instead of a TRAX transform (reported on cocoon-users by
Tonny Collen).
- removed setNormalizeNamespaces(false) call on DOMStreamer, so that correct
SAX events are generated (a startPrefixMapping for the xhtml namespace was
called, but the uri's of the individual start- and endElement calls were
empty)
- IDEA has been trimming some whitespace-only lines
Revision Changes Path
1.4 +27 -29 cocoon-2.1/src/blocks/html/java/org/apache/cocoon/generation/HTMLGenerator.java
Index: HTMLGenerator.java
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/html/java/org/apache/cocoon/generation/HTMLGenerator.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HTMLGenerator.java 19 Mar 2003 15:42:17 -0000 1.3
+++ HTMLGenerator.java 1 Apr 2003 08:27:28 -0000 1.4
<at> <at> -101,16 +101,16 <at> <at>
*/
public class HTMLGenerator extends ComposerGenerator
implements Configurable, CacheableProcessingComponent, Disposable {
-
(Continue reading)
RSS Feed