Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 32043 invoked by uid 500); 16 Dec 2002 14:58:57 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 32034 invoked by uid 500); 16 Dec 2002 14:58:57 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 16 Dec 2002 14:58:57 -0000 Message-ID: <20021216145857.93511.qmail@icarus.apache.org> From: haul@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2 changes.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N haul 2002/12/16 06:58:57 Modified: . Tag: cocoon_2_0_3_branch changes.xml Log: AbstractJXPathModule / JXPathMetaModule default to lenient mode i.e. do not throw an exception on unsupported attributes but return null instead. Made this a configuration option. SimpleMappingMetaModule: added feature to remove a prefix / suffix. "meta" input modules: configuring a different module locally did not override the default one in all circumstances. input.xml: renaming mixed up called template names from logicsheet-util.xsl SimpleFormTransfomer: fixed error tags when no validation data available. Revision Changes Path No revision No revision 1.138.2.77 +19 -2 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.138.2.76 retrieving revision 1.138.2.77 diff -u -r1.138.2.76 -r1.138.2.77 --- changes.xml 6 Dec 2002 14:49:47 -0000 1.138.2.76 +++ changes.xml 16 Dec 2002 14:58:56 -0000 1.138.2.77 @@ -40,7 +40,24 @@ - Placeholder + + AbstractJXPathModule / JXPathMetaModule default to lenient mode i.e. do not + throw an exception on unsupported attributes but return null instead. Made + this a configuration option. + + + SimpleMappingMetaModule: added feature to remove a prefix / suffix. + + + "meta" input modules: configuring a different module locally did not + override the default one in all circumstances. + + + input.xml: renaming mixed up called template names from logicsheet-util.xsl + + + SimpleFormTransfomer: fixed error tags when no validation data available. + ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org