Re: [xml-dev] Microsoft Hypes Up XUL As The Greatest Expiriment Since Adam And Eve

From
Simon St.Laurent <>
To
Date
2003-10-28T18:24:07Z
ID
<r02000200-1028-EAC495AD097311D8A92B0003937A08C2@[192.168.124.11]>
Thread
Re: [xml-dev] Microsoft Hypes Up XUL As The Greatest Expiriment Since Adam And Eve
 (Mike Kozlowski) writes:
>It looks like it does support a separation of style.  Petzold:
>
>----
>  You can also give a name to a particular style and apply that style
only
>  to certain elements. For example, suppose a dialog box has a bunch of
>  radio buttons. You want some of these radio buttons to have a
different
>  size, or color, or whatever. For those, you can assign a named Style:
>
>  <RadioButton Style="{Special}" ...>
>
>  In the following Style declarations, the first style applies to those
>  radio buttons that specify Style equal to "{Special}" and the second
to
>  those radio buttons that don't set the Style property:
>
>  <FlowPanel.Resources>
>    <Style def:Name="Special">
>        <RadioButton .../>
>    </Style>
>    <Style>
>        <RadioButton .../>
>    </Style>
>  </FlowPanel.Resources
>----

Great.  Yet another proprietary vocabulary here.  Thanks, but no thanks.