Paul Libbrecht wrote:
I mean that writingChristian,What do you mean by "no taglibs allowed here" ?
<element1 xmlns="com.yadda.Yadda">
*will* go through, but writing
<element1 xmlns="com.yadda.Yadda" xmlns:y="core">
will *not* go through. In fact, what I really want is to make sure that there is no scripting from other taglibs between my element1 and element2 - the namespaces are not really the problem.
<
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).
I still dont see what role a "schema" would play here
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
