On Thu, Aug 23, 2001 at 06:02:44AM -0700, Davanum Srinivas wrote:
> > I'm sending a set of patches to the XML:DB generator that allow
> > for better performance and error handling: can anyone with
> > commit karma do the update please?
> Gianugo,
> Updated C2.1, Please take a look.
Great Dims, thanks a lot. Unfortunately there is a typo in the
code that didn't make it into the patch I sent you, silly me. Could
you please apply the following one liner? Other than that everything
works like a charm :)
Thanks again,
--
Gianugo Rabellino
Index: src/org/apache/cocoon/generation/XMLDBCollectionGenerator.java
===================================================================
RCS file:
/home/cvspublic/xml-cocoon2/src/org/apache/cocoon/generation/XMLDBCollectionGenerator.java,v
retrieving revision 1.1
diff -u -r1.1 XMLDBCollectionGenerator.java
--- src/org/apache/cocoon/generation/XMLDBCollectionGenerator.java 2001/08/23
12:55:47 1.1
+++ src/org/apache/cocoon/generation/XMLDBCollectionGenerator.java 2001/08/23
+13:45:43
@@ -279,7 +279,7 @@
}
this.xmlConsumer.endElement(URI, "collections",
- "collections");
+ "collection:collections");
this.xmlConsumer.endPrefixMapping(PREFIX);
this.xmlConsumer.endDocument();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]