XSLT Error "xsl:version: only 1.0 features are supported" While Starting Oracle API Gateway
(Doc ID 1951437.1)
Last updated on FEBRUARY 20, 2025
Applies to:
Oracle API Gateway - Version 11.1.2.1.0 and laterInformation in this document applies to any platform.
Symptoms
During startup of an Oracle API Gateway instance, the following messages are observed:
$ ./startinstance -g "<GROUP>" -n "<GATEWAY>" -d
compilation error: element stylesheet
xsl:version: only 1.0 features are supported
compilation error: element stylesheet
xsl:version: only 1.0 features are supported
service started
$
compilation error: element stylesheet
xsl:version: only 1.0 features are supported
compilation error: element stylesheet
xsl:version: only 1.0 features are supported
service started
$
Changes
The problem shows up when XSLT 2.0 is used, like this
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |