i upgraded to cocoon 2.1.4 (from 2.1.3) and now i have a strange effect with the woody-transformer.
in my woody-form-templates i use an own namespace like this: <inhalt xmlns="http://www.berndeutsch.ch/xmlns/inhalt/1.0" ...>
that was no problem until (and also with) cocoon 2.1.3, but now the woody-transformer transforms the code of my form-template into something like this:
< xmlns="http://www.berndeutsch.ch/xmlns/inhalt/1.0" xmlns:wi="http://apache.org/cocoon/woody/instance/1.0" width="365" cellspacing="0" cellpadding="0" border="0">
<>
< class="contnorm" valign="top" width="100">form.wort.label</>
< valign="top"><input xmlns="" title="" value="" id="form_wort" name="form_wort">
</>
as soon as i change the tag mentioned above to the example below, anything works again
<inhalt:inhalt xmlns:inhalt="http://www.berndeutsch.ch/xmlns/inhalt/1.0" ...>
is this a case for bugzilla? or am i doing something wrong?
thanks and greetings stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
