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.
此查询与 OSB 和 xslt 相关。我想在 xslt 中做一些复杂的逻辑,然后将结果值赋给一个变量。现在我想在 xslt 转换 action/stage 之后使用这个变量。所以换句话说,如何在 XSLT 中分配一个变量,然后在 OSB 的消息流/管道对中使用它。请帮助我...在此先感谢。..
使用分配操作。在 xpath/xquery/xslt 部分调用您的 XSLT。它的结果将自动分配给在分配操作中定义的变量。