Supported XPath functions in WSO2 ESB 4.8.1

后端 未结 2 1578
执念已碎
执念已碎 2021-01-06 07:11

The following XPath functions seem not be supported in WSO2 ESB 4.8.1:

  • escape-html-uri()
  • iri-to-uri()
  • encode-for-uri()

Does an

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-06 07:21

    XPath 2.0 is supported in WSO2 ESB from version 4.5.0 onwards. It's disabled by default, so you need to do the following to enable it.

    • Open $ESB_HOME/repository/conf/synapse.properties

    • Uncomment the following line,

      synapse.xpath.dom.failover.enabled=true

    To access properties in a proxy service, you need to use the prefix syn.

    ex.

    
    

提交回复
热议问题