In C#, I use XML/XSLT transformation to isolate markup from data. What's the equivalent in Objective C?
Asked
Active
Viewed 239 times
1 Answers
5
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.