在 Tibco 设计器中找不到前缀:'tib'
Prefix not found: 'tib' in Tibco designer
我在 Tibco 中遇到以下错误。
com.tibco.xml.data.primitive.PrefixToNamespaceResolver$PrefixNotFoundException: Prefix not found: 'tib'
在使用任何带有 tib:
前缀的 XSLT 函数之前,您必须定义前缀。 Select进程,点击namespace registry
按钮并添加
前缀为 tib
的命名空间 http://www.tibco.com/bw/xslt/custom-functions
。
我在 Tibco 中遇到以下错误。
com.tibco.xml.data.primitive.PrefixToNamespaceResolver$PrefixNotFoundException: Prefix not found: 'tib'
在使用任何带有 tib:
前缀的 XSLT 函数之前,您必须定义前缀。 Select进程,点击namespace registry
按钮并添加
前缀为 tib
的命名空间 http://www.tibco.com/bw/xslt/custom-functions
。