Andreas wrote:
> ...whereas with XAML you could just write:
>
> <Canvas ID="root" xmlns="http://schemas.microsoft.com/2003/xaml">
> <Button>Cancel</Button>
> <Button>OK</Button>
> </Canvas>
Or with my ML dialect for Rebol:
Canvas/ID/xmlns "root" http://schemas.microsoft.com/2003/xaml [
Button "Cancel"
Button "OK"
]
:)
--
Andrew J Martin
ICQ: 26227169
http://www.rebol.it/Valley/
http://valley.orcon.net.nz/
http://Valley.150m.com/
-><-
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.