how to configure wso2esb to use Saxon 9.8 HE

Rest

I'm trying to use the XSLT Mediator using XSLT version "3.0".but i can't use following XSLT transformation.

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:math="http://www.w3.org/2005/xpath-functions/math"
xmlns:map="http://www.w3.org/2005/xpath-functions/map"
xmlns:array="http://www.w3.org/2005/xpath-functions/array"
exclude-result-prefixes="#all"
version="3.0">

  <xsl:output version="1.0" encoding="UTF-8" omit-xml-declaration="yes" indent="true"/>

  <xsl:variable name="data" select="//return => json-to-xml()"></xsl:variable>
<xsl:template match="/" xpath-default-namespace="http://www.w3.org/2005/xpath-functions">
    <ns1:root xmlns:ns1="http://urldata.com/ns1">
        <ns1:MessageData>
            <xsl:value-of select="$data//boolean[@key = 'accountstatus']"/>
        </ns1:MessageData>
        <ns1:Code>
            <xsl:value-of select="$data//map[@key = 'response']/string[@key = 'Code']"/>
        </ns1:Code>
        <!--- use this approach for everything you want to select ... -->
    </ns1:root>
  </xsl:template>
</xsl:stylesheet>

The error i'm getting is: net.sf.saxon.trans.LicenseException: Requested feature (XSLT 3.0) requires Saxon-PE

Yasas Naveen

get Saxon-HE 9.8 using below URL

https://sourceforge.net/projects/saxon/files/Saxon-HE/9.8/

And download most downloaded version and put it below path to your esb configuration

wso2esb-4.9.0/lib/

and restart the service

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

how to use wso2 esb with cxf?

분류에서Dev

DOCTYPE XSLT 2.0 Saxon9he에 ENTITY 선언 삽입

분류에서Dev

saxon9he와 함께 카탈로그 파일 사용

분류에서Dev

xml에서 xhtml로 : 빈 네임 스페이스 속성 추가 (xslt 2.0, saxon9he)

분류에서Dev

How to configure ActiveMQ and WSO2CEP?

분류에서Dev

In Android Studio how can I configure my project to use Java 8

분류에서Dev

How to configure Django to Use mysql

분류에서Dev

Extensions Functions From POCO Classes In Saxon-HE For .NET

분류에서Dev

Saxon-9.7-HE의 SingletonItem 대체

분류에서Dev

Saxon9HE API를 사용하여 Java 애플리케이션에서 XSLT로 여러 입력 XML 문서 변환

분류에서Dev

How to configure ssh to use different key?

분류에서Dev

How do I configure ActiveJob to use Resque?

분류에서Dev

How do I configure Docker to use ZFS?

분류에서Dev

URL 매개 변수 wso2esb

분류에서Dev

Does Saxon 9 supports java varargs in extension functions?

분류에서Dev

IE9 does what he wants?

분류에서Dev

Saxon HE로 이스케이프 된 XML 디코딩

분류에서Dev

wso2esb 및 wso2dss의 구문 분석 오류

분류에서Dev

Saxon-C CentOS8 컴파일

분류에서Dev

How to add features of wso2 Application Server in wso2 ESB?

분류에서Dev

How to configure Ubuntu 10.x to use a different window manager?

분류에서Dev

How to configure DNN portals to use same username and password

분류에서Dev

How do I use puppet to configure network settings?

분류에서Dev

How to configure my TP-Link Archer C9 router as an access point?

분류에서Dev

Transform XHTML with XML::Saxon::XSLT2

분류에서Dev

Saxon-HE와 C #을 사용하여 XQuery에서 모든 XPath 찾기

분류에서Dev

XRechnung Visualizer 및 Saxon-HE for .NET을 사용한 자체 닫힘 DIV 태그 문제

분류에서Dev

wso2esb로 부하 분산 사용

분류에서Dev

wso2esb 4.8.0에서 rampart TokenStorage를 구성하는 방법

Related 관련 기사

  1. 1

    how to use wso2 esb with cxf?

  2. 2

    DOCTYPE XSLT 2.0 Saxon9he에 ENTITY 선언 삽입

  3. 3

    saxon9he와 함께 카탈로그 파일 사용

  4. 4

    xml에서 xhtml로 : 빈 네임 스페이스 속성 추가 (xslt 2.0, saxon9he)

  5. 5

    How to configure ActiveMQ and WSO2CEP?

  6. 6

    In Android Studio how can I configure my project to use Java 8

  7. 7

    How to configure Django to Use mysql

  8. 8

    Extensions Functions From POCO Classes In Saxon-HE For .NET

  9. 9

    Saxon-9.7-HE의 SingletonItem 대체

  10. 10

    Saxon9HE API를 사용하여 Java 애플리케이션에서 XSLT로 여러 입력 XML 문서 변환

  11. 11

    How to configure ssh to use different key?

  12. 12

    How do I configure ActiveJob to use Resque?

  13. 13

    How do I configure Docker to use ZFS?

  14. 14

    URL 매개 변수 wso2esb

  15. 15

    Does Saxon 9 supports java varargs in extension functions?

  16. 16

    IE9 does what he wants?

  17. 17

    Saxon HE로 이스케이프 된 XML 디코딩

  18. 18

    wso2esb 및 wso2dss의 구문 분석 오류

  19. 19

    Saxon-C CentOS8 컴파일

  20. 20

    How to add features of wso2 Application Server in wso2 ESB?

  21. 21

    How to configure Ubuntu 10.x to use a different window manager?

  22. 22

    How to configure DNN portals to use same username and password

  23. 23

    How do I use puppet to configure network settings?

  24. 24

    How to configure my TP-Link Archer C9 router as an access point?

  25. 25

    Transform XHTML with XML::Saxon::XSLT2

  26. 26

    Saxon-HE와 C #을 사용하여 XQuery에서 모든 XPath 찾기

  27. 27

    XRechnung Visualizer 및 Saxon-HE for .NET을 사용한 자체 닫힘 DIV 태그 문제

  28. 28

    wso2esb로 부하 분산 사용

  29. 29

    wso2esb 4.8.0에서 rampart TokenStorage를 구성하는 방법

뜨겁다태그

보관