Re: Cocoon use worldwide

2003-01-31 Thread jcallahan
Geoff, I'm game for a DC CHUG. I already partipate in the DC SGML/XML UG and the Baltimore HJUG, but my S.O. won't mind another night per month. Right? :-) Let's talk on Wed. Feb 19th at the DC SGML/XML UG meeting (at the AGU Bldg. on Florida and Connecticut Aves. NW north of Dupont Circle).

Re: Aggregating XML

2003-01-29 Thread jcallahan
Jeff, There are several ways to accomplish content aggregation in Cocoon: (1) cinclude and xinclude (2) The XSLT document() function (this seems to match your approach best) (3) map:aggregate in a sitemap (4) XSP includes Each method has advantages/disadvantages relative to flexibility,

Re: Schematron transform in a Cocoon pipeline

2003-01-22 Thread jcallahan
Oskar, Excellent suggestion. The XPATH of the error would be very useful for debugging. What applications of Schematron have you done within Cocoon? So far, I'm using it to validate uploaded documents. -- jack Hi Jack, I have done the same to validate an XML document with an schematron.

Re: Cocoon tutorial available at CMSWatch.com and Sphere.com

2002-12-24 Thread jcallahan
J. I haven't tested it with Tomcat 4.1 (only Tomcat 4.0.6 and Resin 2.x). I'll give Tomcat 4.1 a try and report back my findings. Yes, the servlet name is the same as the Cocoon distribution, but I don't think that causes any problems. -- jack John R. Callahan, Ph.D. CTO Sphere Software

Re: Cocoon tutorial available at CMSWatch.com and Sphere.com

2002-12-24 Thread jcallahan
J., I just installed myapp under Tomcat 4.1 and got the same error you did. I'm not enough of a Servlet API expert to know for sure, but it seems to be an API conflict. For now, I recommend using Tomcat 4.0.6 to run the myapp tutorial. -- jack John R. Callahan, Ph.D. CTO Sphere Software

Re: Pipeline vs Pipeline(S)

2002-11-05 Thread jcallahan
Actually, I found a Wiki entry for it already... http://outerthought.net/wiki/Wiki.jsp?page=DesignPipelines -- jack John R. Callahan, Ph.D. CTO Sphere Software Corporation - The Intelligence of XML [EMAIL PROTECTED] On Monday, November 4, 2002, at 10:45 AM, [EMAIL PROTECTED] wrote:

Re: Pipeline vs Pipeline(S)

2002-11-04 Thread jcallahan
You can use different different map:pipeline sections to: (1) Allow each map:pipeline to define its own error handling va map:handle-errors. Example: map:pipeline map:match pattern=foo.../map:match map:handle-errors !-- use one