I want to transform some xml using an xsl-file and output the result somehow (I\'m using Android Api Level 8).
My current activity looks like this, but the transform
I just found out what the problem is: I put the XML/XSLT files in res/xml not in res/raw with the result of mangled XML format.
Much ado about nothing :(
There really isn't a lot of room for error in such a small piece of code. My guess is that the XML or XSL is to blame after all. There's probably a tiny typo in it. Can you attach the XML/XSLT as well?