In C#, I use XML/XSLT transformation to isolate markup from data. What's the equivalent in Objective C?
1 Answer
XML/XSLT isn't something that is specific to C#, and XSLT can be used with objective c.
You might want to look at this question.
XML/XSLT isn't something that is specific to C#, and XSLT can be used with objective c.
You might want to look at this question.