On Mon, 2002-07-22 at 11:02, Rico Jansen wrote:
> Yes that would be problem, but I consider changing the default behaviour
> of giving the data to some escaped form of a data a bad idea. Especially
> since html is not the only output format used by jsp pages, jsp pages 
> are even content neutral. So I consider using an extra attribute to 
> specify te escaping a far better idea.
Personally i would choose to use a surrounding tag instead, which does
the manipulation for you, but either case i think the documentation
should be changed(untill a sollution is found).
When nobody is against it, i will change the documentation...

This is the following example:
<mm:cloud>
        <mm:node>
                <mm:field output="html" />
                <mm:field output="html" />
                <mm:field output="html" />
                <mm:field output="html" />
        </mm:node>
</mm:cloud>

VS:

<mm:output format="html">
<mm:cloud>
        <mm:node>
                <mm:field />
                <mm:field />
                <mm:field />
                <mm:field />
        </mm:node>
</mm:cloud>
</mm:output>
-- 
Eduard Witteveen Systeem Ontwikkelaar
NOS Internet,  Gateway C Kamer 107
+31(0)356772910 http://www.omroep.nl/

Sed quis custodiet ipsos custodes? : The sixth Satire from Juvenal

Reply via email to