I am new to Android.
I want to convert a XML file to HTML format using XSLT to display it in android.
Can you please tell me some tutorials or examples to follow?
I also tried the codes in the Android: Convert xml using xslt But it didn't work. I am not sure what is "StringOutputStream" there.
Thanks in advance.
Put both your xml and xslt file in raw folder. The generated html file will be stored in sdcard. Use the following code.
Thanks Deepak
Don't forget to add:
to the
AndroidManifest.xml
as this noob eventually found out :)