Right now we have:
<elem>
  <jx:attribute name="foo" value="bar"/>
</elem>

I would like to implement following syntax:

<elem>
  <jx:attribute name="foo">bar</jx:attribute>
</elem>

This would allow to nest jx:* tags in jx:template:
<elem>
  <jx:attribute name="foo"><jx:formatDate
                 value=${mydate}"/></jx:attribute>
</elem>

I am not quite sure how to reuse text serializer logic to serialize contents of <jx:attribute> node to string. Could anybody help? Assume I have a chain of SAX events and access to service manager.

--
Leszek Gawron                                      [EMAIL PROTECTED]
IT Manager                                         MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to