Top "Xslt-2.0" questions

Use this tag for questions specific to XSL Transformations version 2.0 and no other version.

Upgrade PHP XSLT processor to XSLT 2.0

Is it possible/easy to upgrade PHP's library to use XSLT 2.0? Current set up: xsl XSL enabled libxslt Version 1.1.24 libxslt …

php xslt xslt-2.0 libxslt
XSLT 2.0 produces error: "the context item is undefined"

We use Altova Stylevision which produces XSLT 2.0 files. We use Saxon 9 for Java to execute these XSLT files. This has …

xslt xslt-2.0 saxon altova
Preserving entity references when transforming XML with XSLT?

How can I preserve entity references when transforming XML with XSLT (2.0)? With all of the processors I've tried, the entity …

xml xslt xslt-2.0
How can I use XSLT 2.0 and XSLT 3.0 in Java?

I am able to use XSLT 1.0 in Java as shown in the folllowing example :- copy.xml <?xml version="1.0"?&…

java xml xslt xslt-1.0 xslt-2.0