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.
如何使用 java 和 xslt 1.0 将节点集作为参数传递?
我有兴趣了解如何在 java 端形成节点集。`
node-set()
您不需要xxx:node-set()扩展函数即可将节点集作为外部/全局参数传递给转换,然后在转换内部访问它。
xxx:node-set()
只需阅读特定 XSLT 处理器的文档以获取示例。
一个合适的地方是 Saxon XSLT 处理器的示例,它与它的 API/Code 一起出现。
例如,这个:
http://www.saxonica.com/documentation/samples/jdom.xml