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.
这种程序需要做什么?我知道一种方法必须在原始文件中进行解析,然后我们 XSLT 将原始代码转换为更好的形式(遵循 KML 标记规则)。我真的需要知道如何在我的 Java 程序中调用 XSLT。
这种程序需要做什么?
好吧,我们不知道任何细节,所以我们只能说它是一种 XML 到 XML 的转换,而表达这种转换的最佳语言是 XSLT。您是否在询问如何从 Java 调用 XSLT?这很容易。或者您是在问如何编写 XSLT?这取决于输入和输出。