Forum Discussion
lazo_ilijoski
5 years agoNew Contributor III
Hi,
Herewith attached is an example about converting data to XML XML_XSLT_example_2020_09_24.slp (4.7 KB) .
You can also find attached XSD and XSLT files that are used in the pipeline (xsd_example.xml.txt (660 Bytes) xslt_example.xslt.txt (506 Bytes)). Note: Please remove extra txt extension which was added in order to be able attaching of files.
In the example I also use fixed value just to see how you can simple set static values.
The pipeline starts with JSON Generator which will be a snap for querying data from DB. The JSON object that will be generated is:
and after applying XSLT the output file will be:
I hope this will be useful to understand concept of using XML and XSLT.
BR,
Lazo
Thank you so much @darshthakkar,@pmancevski