what is XAML? Diff b/w XML and XAML

what is XAML? Diff b/w XML and XAML

23 Feb 2010 01:02:51
what is XAML? Diff b/w XML and XAML Regards
Expert   Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
Re:what is XAML? Diff b/w XML and XAML23 Feb 2010 01:02:51
XAML stands for Extensible Application Markup Language (pronounced "zammel") XML stands for Extensible Markup Language XAML is based on XML, so it uses XML for its markup. If you look at a XAML document, it is also a valid XML document. But any XML document is not XAML. Excerpt from www.xaml.net: "XAML is a declarative XML-based language that defines objects and their properties in XML. XAML syntax focuses upon defining the UI (user interface) for the Windows Presentation Foundation (WPF) and is therefore separate from the application code behind it. Although XAML is presently for use on the Windows platform, the WPF/E (Windows Presentation Foundation/Everywhere) initiative will eventually bring XAML to other platforms and devices. XAML syntax describes objects, properties and their relationships to one another. Generic XAML syntax defines the relationship between objects and children. Properties can be set as attributes or by using 'period notation' to specify the object as a property of its parent"
amalhashim
Senior  Boarder
Posts: 0
From 07-Jun-2009
You're Points: 44
Bookmark
Re:what is XAML? Diff b/w XML and XAML23 Feb 2010 01:02:51
[b]XAML [/b]is application markup language used mainly in Microsoft WPF technology. It is language construct. [b]XML [/b]is a format, mainly used for format independent communication
vinothnat
Junior  Boarder
Posts: 0
From 03-Jun-2009
You're Points: 36
Bookmark
re:what is XAML? Diff b/w XML and XAML08 Jun 2010 00:06:31

Thank you

Kirti.Darji.001
Expert  Boarder
Posts: 28
From 03-Jun-2009
You're Points: 538
Bookmark
^ Scroll to Top