Hello,

I am trying to port an ANT-based tag library over to Jelly and have the following questions:

- is there a way to create tags such that nested elements will be created via reflction like in ANT, or do I have to implement & register tag classes even for all tags that occur only on nested levels in my script?

- is there some way to automatically enforce a specific syntax (like a DTD), or do my tags have to perform syntax validation of their own (presumably in method doTag())?

thanks,
Christian


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to