1
Reply

What is difference between XML and XAML?

sanjeev singh

sanjeev singh

17y
18k
0
Reply
    XAML stands for Extensible Application Markup Language 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.