Is The Android Browser Capable Of Performing An Xsl Transform?
Solution 1:
I have a site completely developed with XML, XSLT and XHTML. It does not render in my Android DroidX phone but renders in all the browsers elsewhere. I have no definitive answer as to if this means Android does not support XSLT.
Solution 2:
See Android issue 9312 To summarize: Android browser does not support XSLT client-side until 2.1.
Solution 3:
Solution 4:
The default Android Browser starts supporting xsl transforms in the version that shows up in Android 4.0, Ice Cream Sandwich.
Other mobile browsers that have finally started supporting xsl are Opera Mobile and the Chrome Android Browser, currently in beta.
Solution 5:
Yes, It very much is since the Android platform incorporates the Webkit layout engine.
And to my knowledge it does support XSLT. I am sure of desktop versions of webkit but you can also take a look at WebKit's XSLT implementation for in-depth info.
Post a Comment for "Is The Android Browser Capable Of Performing An Xsl Transform?"