Atozed Forums
XSLT 2.0 - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: XSLT 2.0 (/thread-913.html)



XSLT 2.0 - Mikael Nilsson - 01-22-2019

Can I use XSLT 2.0 in Intraweb 14.x
if so how?


RE: XSLT 2.0 - kudzu - 01-22-2019

How do you want to use it? Server or client transforms?


RE: XSLT 2.0 - Mikael Nilsson - 01-22-2019

(01-22-2019, 02:03 PM)kudzu Wrote: How do you want to use it? Server or client transforms?

I guess serverside.
All I know is that Browsers do not yet support XSLT 2.0, natively
People I talked to, suggested Saxon or similar.
With XSLT 1.0 I just added a ref to the stylesheet in the xml file, saved it to disc and then called Webapplication.Newwindow(path)


RE: XSLT 2.0 - Mikael Nilsson - 01-23-2019

Is it possible to some translation and then pass the output thru Intraweb?


RE: XSLT 2.0 - kudzu - 01-23-2019

Yes you can do it server side. Any XSLT library that is threadable is fine to use.