So, something has come up with work on XML generation. So previously we were pretty much just using a Groovy script to string concat hand assemble XML (before my time!), but I'm changing it to using a ...
XAML files are a form of XML. As such, they have to follow the rules of XML. I suspect that most of you are comfortable with those rules. Why wouldn't you? XML has been omnipresent within applications ...