Le mardi 10 novembre 2009 à 13:26 +0200, Bèrto ëd Sèra a écrit : > Sorry all, I keep hitting reply instead of reply-to-all > > ---------- Forwarded message ---------- > From: Bèrto ëd Sèra <[email protected]> > Date: 2009/11/10 > Subject: Re: [Help-smalltalk] 404 Not Found: > To: Nicolas Petton <[email protected]> > > > MUUUUUUCH better :)))) Now it does something :)) > > I seem to miss another change: > > Iliad.DivElement(Object)>>doesNotUnderstand: #anchor (AnsiExcept.st:1565)
Yes, we changed the XHTML element api a bit. In Iliad 0.6, the api mixed XHTML and non XHTML tag names. For instance we had #div for <div>...</div>, but #anchor for <a>...</a>. So we decided to improve that by using html tag names and attributes everywhere. This is also true for the RSS element hierarhy. The idea is that users won't have surprises with inconsistent api, and they should really have to learn how it works internally since it follows xhtml names, they just write their html in smalltalk: div a href: 'http://www.google.fr'. Now, While I like it a lot and think it's a big improvement, I'm not sure people agree... Nico
signature.asc
Description: Ceci est une partie de message numériquement signée
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
