Hi all,

Sometimes it would be nice to give attribute with XML special characters. We can
express it by using the XML encoding scheme, but it is not very clear.

I wonder if it is possible to give the attributes like this:

<dialog>
     <attr name="id">1232132</attr>
     <attr name="name"><![CDATA["dialog<name>"]]></attr>
     <attr name="modal">true</attr>
</dialog>

Perhaps this way we can also provide user attributes too. I.e. attributes that
are not regognized by swixml are put to a HashTable for lookup in application
code.

What do you think?

//jarmo



Reply via email to