XSLT Samples
I'm trying to become familiar with XSLT options in the latest version of IRIS. The documentation here https://docs.intersystems.com/irisforhealth20221/csp/docbook/DocBook.UI.... has the following statement:
InterSystems IRIS provides the following additional examples:
- For XSLT 1.0, see the Example(), Example2(), and other methods in %XML.XSLT.Transformer.
- For XSLT 2.0, see the class XSLT2.Examples in the SAMPLES namespace.
I don't find any reference to XSLT examples in the InterSystems GitHub. https://github.com/intersystems
Does anyone know if the XSLT2 example file is available somewhere or is the documentation simply out of date?
Thanks,
Lesley
Product version: IRIS 2022.1
Hi Lesley.
Please file feedback for the documentation team -- Feedback button on the right of the page. Indeed, it seems like this part of documentation is out of date.
Though if you search on Github, you'll find copies of this class.
For example:
https://github.com/SylvainGuilbaud/iris-code/blob/main/src/cls/XSLT2/Exa...