Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Android 应用程序中实现 XSLT 扩展的最佳方法是什么。
我想做如下的东西:
<xsl:value-of select="ext:getString('TEST')"/>
我已经用“Xalan 2.7.1”试过了,但它不能完全集成到 Android 环境中。
我希望有人对我有建议。