At my work as developer I do a lot of XML writing and parsing using C#. I have read very little about XAML, XSLT and XML schemas at Wikipedia and I don’t see if they would make my XML-driven coding easier. Should I study any of these technologies? Which of them? Any other?
Share
They are all different.
Each have different use-cases, and all are useful for different scenarios. XSD is worth knowing as it allows you to author valid xml documents, for example.