Hi all, As is often the case with pre-1.0 development, major changes have been made that will affect your app. Effectively immediately, the following changes have been made in Mozilla's implementation of XUL (and will be part of the forthcoming XUL 1.0 spec): <textfield/> has become <textbox/> <title/> has become <label/> value has become label for all widgets except <progressmeter/>, <text/>, <textbox/>, and <label/> progresstext has become label data has become value These changes are outlined in http://bugzilla.mozilla.org/show_bug.cgi?id=70747 and http://bugzilla.mozilla.org/show_bug.cgi?id=70746. The old attributes and values will not continue to be supported. If you need help converting your xul-based app or have a question, feel free to contact me at [EMAIL PROTECTED] Questions can also be directed to [EMAIL PROTECTED] or [EMAIL PROTECTED] (but are best left to n.p.m.xpfe, which we all read). Thanks! --Blake
