What is the best way to implement XSLT extension in an Android app.
I want to make something like the following:
<xsl:value-of select="ext:getString('TEST')"/>
I tried it already with "Xalan 2.7.1", but that can not be integrated fully into the Android environment.
I hope someone has a suggestion for me.