Apache » Cocoon »

  Cocoon Template
      1.0
   homepage

Cocoon Template 1.0

Changes Report

Release History

VersionDateDescription
1.2.02008-??-??unreleased
1.0.0-RC12007-??-??unreleased
1.0.0-M32007-03-02released
1.0.0-M22006-12-19released
1.0.0-M12006-08-03released


Release 1.2.0 - 2008-??-??

TypeChangesBy
addnullAdded support for jx:element - the instructions that allow dynamic element creation. Thanks to Kamal Bhatt.gkossakowski
addAdded check for name correctnes in jx:attribute. Thanks to Kamal Bhatt.gkossakowski

Release 1.0.0-RC1 - 2007-??-??

TypeChangesBy

Release 1.0.0-M3 - 2007-03-02

TypeChangesBy
fixFix exception handling in script manager. Do not wrap processing exception into SAXException.vgritsenko
fixFix an ArrrayIndexOutOfBoundsException with jx:comment. Thanks to Ellis Pritchard.joerg
addNew syntax for jx:attribute tag: apart from < jx:atttribute name="text" value="abc"/ > one can do: < jx:atttribute name="text" > abc < /jx:attribute > This is most useful for nesting jx:* tags: < jx:attribute name="value" > < jx:formatDate value="${date}" pattern="dd MMMM yyyy" locale="pl_PL"/ > < /jx:attribute >lgawron
addJXTG: Pluggable expression parser. New expression syntax: ${expr}, #{expr} - > {jexl:expr}, {jxpath:expr}. This is a target syntax for CTemplate.lgawron
addsupport for following use cases: < jx:out value= " ${xmlString} " xmlize= " true " strip-root= " true " / > and < jx:out value= " ${domDocument} " strip-root= " true " / >lgawron
fixthat caused considerable performance problems.dfagerstrom
updateJXTemplateGenerator's ScriptManager uses transient store to cache parsed templates.lgawron

Release 1.0.0-M2 - 2006-12-19

TypeChangesBy

Release 1.0.0-M1 - 2006-08-03

TypeChangesBy
addInitial creation.reinhard