In C#, I use XML/XSLT transformation to isolate markup from data. What's the equivalent in Objective C?
+5
A:
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.
TM
2009-08-16 04:26:43
Thanks... libxslt was what i need...
Mugunth Kumar
2009-08-17 01:31:50