[Mono-list] XAML: Application Markup Language

Leen Toelen leen.toelen@cropdesign.com
Tue, 04 Nov 2003 10:23:39 +0100


Hi all,

I just stumbled upon the msdn page of Longhorn XAML or Applications 
Markup Language, a XUL lookalike. Is there any support for this planned 
in mono?

Example:

<?xml version="1.0" standalone="yes"?>
<Window>
    <Button>Hello World</Button>
</Window>


<Canvas ID="root"

xmlns="http://schemas.microsoft.com/2003/xaml"
xmlns:def="Definition">
   <Button ID="button1" Click="Clicked">Click Me!</Button>
      <def:Code>        
        <![CDATA void Clicked(object target, ClickEventArgs args)
		{
		button1.Content = "Hello World";
		}
        ]]>
      </def:Code>
</Canvas>


Link:
http://longhorn.msdn.microsoft.com/lhsdk/core/overviews/about%20xaml.aspx


Best regards,
Leen Toelen




confidentiality notice:
The information contained in this e-mail is confidential and may be the subject of 
legal professional privilege. It is intended for the authorized use of the individual 
or entity addressed. If the receiver or reader of this message is not the intended 
recipient,  you are hereby notified that any disclosure, copying, distribution or 
use of the contents of this message is prohibited. 
If this email is received in error, please accept our apologies, delete all copies 
from your system, and notify us at cropdesign@cropdesign.com