Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

12
  • 4
    XAML is a DSL for declaring UI. XML is a general purpose markup language. How can unlimited XML define UI? Commented Mar 16, 2024 at 18:48
  • 4
    XAML provides meaning to certain XML elements. In that sense, it's completely different from XML which is a ultra-generic specification for encoding any data. Commented Mar 16, 2024 at 18:48
  • 3
    @AlgoRythm The only difference between XAML and Android's XML layout format is that XAML has a name and Android's layouts don't. But they're both XML-based languages to describe app layout. Commented Mar 16, 2024 at 19:40
  • 2
    @AlgoRythm: I am under the impression you had a pretty huge misunderstanding what XML is, and your respond to Basilevs shows me you insist on your misunderstanding. Sorry, but when you ask a question here, you better expect to learn from it that some of your assumptions might be wrong. Commented Mar 17, 2024 at 14:52
  • 1
    From Wikipedia: "Hundreds of document formats using XML syntax have been developed,..." (I would be astonished if it were not actually thousands today, not counting any company-internal XML formats). XAML ist just one of many XML-based document formats. Commented Mar 17, 2024 at 21:04