> 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"
>         ]

Lovely example :-)
Has anyone use ML dialect for creating Jabber messages ?

thanks
- Jason
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to