Jarmo, Thanks for submitting another good idea. Unfortunately, nobody did comment on it so far ...
I think this could be helpful and I especially like the idea with the custom attributes. However, this would put some more workload on the parser and the creation of hashmaps for every tag with un-recognized attributes also doesn't make Swixml any faster. Still, like I said, I consider both ideas as helpful improvements. Let's hear if some more opinions ... > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] > Sent: Monday, April 07, 2003 2:48 AM > To: [email protected] > Subject: [Forum] Annother way to express attributes? > > > 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 > > > > _______________________________________________ > Forum mailing list > [email protected] > http://mars.lunarpages.com/mailman/listinfo/forum_carlsbadcubes.com > >
