I believe this is a bug in dom4j that jelly is exposing. Upgrading dom4j to a release breaks jelly and maven however. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
�mit VARDAR <[EMAIL PROTECTED]> wrote on 16/01/2004 10:13:39 AM: > Hi all, > > I realized that jelly drops namespaces from attributes. ie. > if the script is: > > <doc:doc xmlns:doc="http://..." doc:var="something"> > <j:jelly xmlns:j="jelly:core"> Hello! It is now ${time} </j:jelly> > </doc/doc> > > produces > > <doc:doc xmlns:doc="http://..." var="something"> > Hello! It is now 15 Oca. 2004 > </doc:doc> > > How to get rid off this? How to recover the original elements? > > Best regards. > > Umit VARDAR > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
