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]
