Re: cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-09-02 Thread Sylvain Wallez
Bruno Dumon wrote: On Sun, 2003-08-31 at 23:16, Steven Noels wrote: Sylvain Wallez wrote: Furthermore, use of attributes ensures uniqueness of styling type, which is not guaranteed with nested elements. E.g. what happens if we write : wt:widget id=foo wi:styling textarea rows=10/

Re: cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-08-31 Thread Steven Noels
Sylvain Wallez wrote: Example : wt:widget id=foo wi:styling type=textarea rows=10/ /wt:widget The type attribute defines the style type and all other attributes are dependent on this type (and here, copied as is). What do you think ? Including the style element directly rather than referring

Re: cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-08-31 Thread Sylvain Wallez
Steven Noels wrote: Sylvain Wallez wrote: Example : wt:widget id=foo wi:styling type=textarea rows=10/ /wt:widget The type attribute defines the style type and all other attributes are dependent on this type (and here, copied as is). What do you think ? Including the style element directly

Re: cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-08-31 Thread Sylvain Wallez
Bruno Dumon wrote: On Sun, 2003-08-17 at 23:03, [EMAIL PROTECTED] wrote: sylvain 2003/08/17 14:03:42 Modified:src/blocks/woody/java/org/apache/cocoon/woody/transformation WidgetReplacingPipe.java src/blocks/woody/samples/xsl/html woody-default.xsl

Re: cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-08-31 Thread Steven Noels
Sylvain Wallez wrote: Furthermore, use of attributes ensures uniqueness of styling type, which is not guaranteed with nested elements. E.g. what happens if we write : wt:widget id=foo wi:styling textarea rows=10/ password size=20/ /wi:styling /wt:widget Will this widget be rendered as a

cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-08-18 Thread stevenn
stevenn 2003/08/18 12:58:51 Modified:src/blocks/woody/samples/xsl/html woody-default.xsl Log: working around xsltc bug - copy-of would fail with AOOB exception if no styling element was provided Revision ChangesPath 1.10 +3 -1

cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-08-17 Thread sylvain
sylvain 2003/08/17 14:03:42 Modified:src/blocks/woody/java/org/apache/cocoon/woody/transformation WidgetReplacingPipe.java src/blocks/woody/samples/xsl/html woody-default.xsl Log: Prevent the production of wi:styling if it's already present in

cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-08-16 Thread sylvain
sylvain 2003/08/16 13:41:04 Modified:src/blocks/woody/java/org/apache/cocoon/woody/transformation WidgetReplacingPipe.java src/blocks/woody/samples/xsl/html woody-default.xsl Log: New continuation-id template element, rendered as a hidden

cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-07-25 Thread bruno
bruno 2003/07/25 02:04:05 Modified:src/blocks/woody/samples/xsl/html woody-default.xsl Log: Added template to handle wi:form-template tag Revision ChangesPath 1.6 +6 -0 cocoon-2.1/src/blocks/woody/samples/xsl/html/woody-default.xsl Index:

cvs commit: cocoon-2.1/src/blocks/woody/samples/xsl/html woody-default.xsl

2003-07-05 Thread coliver
coliver 2003/07/05 15:53:33 Modified:src/blocks/woody/java/org/apache/cocoon/woody/formmodel Button.java Field.java Form.java src/blocks/woody/samples sitemap.xmap welcome.xml src/blocks/woody/samples/xsl/html woody-default.xsl