What do you mean by "no taglibs allowed here" ?
Do you mean no taglib-declaration ?
Do you mean only the following taglibs' tags ?
In both cases, this has to do with parsing. So a schema, as James mentionned, or some other (e.g. forcing a SAX filter between the parser and the jelly document-handler).
Remember: jelly scripts are first parsed then executed (possibly several times).
Hope it helps.
Paul
Le Lundi, 3 f�vr 2003, � 19:35 Europe/Berlin, Christian Sell a �crit :
<element1 xmlns="com.yadda.Yadda"> <!-- no taglibs allowed here --> <element2 xmlns:j="jelly:core" xmlns:log="jelly:log"> <j:something/> ..... </mytags:element2> </mytags:element1>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
