Changes for page XSLT Extension Gateway
Last modified by Erik Bakker on 2024/09/02 15:59
From version 29.1
edited by Erik Bakker
on 2022/06/13 06:51
on 2022/06/13 06:51
Change comment:
Deleted image "advanced-data-handling-xslt-extension-gateway--xslt-transformer-basic.png"
To version 31.1
edited by Erik Bakker
on 2022/10/03 11:25
on 2022/10/03 11:25
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Content
-
... ... @@ -4,9 +4,6 @@ 4 4 5 5 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 6 6 7 -* Last update: March 22th, 2021 8 -* Required reading time: 6 minutes 9 - 10 10 == 1. Prerequisites == 11 11 12 12 * Advanced knowledge of the eMagiz platform ... ... @@ -19,8 +19,6 @@ 19 19 20 20 Via the XSLT extension gateway you can retrieve data from multiple sources (REST Webservice, SOAP Webservice, Database, etc.) as long as the outside source can supply a response in near real-time. 21 21 22 - 23 - 24 24 == 3. XSLT Extension Gateway == 25 25 26 26 An XSLT Extension Gateway is a component within eMagiz that gives you the option to retrieve additional data while executing the transformation from an outside source. ... ... @@ -76,6 +76,7 @@ 76 76 77 77 An example of such an XSLT is depicted below. Within the XSLT we have described which part is responsible for what exactly. 78 78 74 +{{code}} 79 79 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 80 80 xmlns:ezx="http://www.emagiz.com/ns/xml/1.0/" 81 81 version="2.0"> ... ... @@ -111,6 +111,7 @@ 111 111 </xsl:if> 112 112 </xsl:variable> 113 113 </xsl:stylesheet> 110 +{{/code}} 114 114 115 115 Now that we have an example of a custom XSLT that we can use we now need to make sure that this XSLT will work within the context of our flow. 116 116 ... ... @@ -139,8 +139,6 @@ 139 139 140 140 With these steps you can successfully use the XSLT extension gateway component in eMagiz. Based on your use case the details of the configuration can differ. 141 141 142 - 143 - 144 144 == 4. Assignment == 145 145 146 146 Create within your flow an XSLT extension gateway setup as depicted above. The linking of the XSLT transformer to the XSLT extension gateway can be skipped in the exercise.