From 4260a8a8ab6417e8632257b835ca6f62e8fcb0cd Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 27 Sep 2018 20:26:59 +0000 Subject: [PATCH] The XSLT Saxon engine warns about some "Ambiguous rule matches". Use priority to remove the ambiguity. The only rational for choosing "3" and "4" for these priorities, is that "4" is related to

tags, and 3=4-1 for the previous level. Tested with the actual Xalan XSL engine: ./build.sh all with and without the change. Outputs are exactly the same. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842160 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/common.xsl | 36 ++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index f0a0cea5a9..e3fe27fd0d 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -542,7 +542,7 @@ if (typeof(prettyPrint) !== 'undefined') { - +

@@ -567,7 +567,7 @@ if (typeof(prettyPrint) !== 'undefined') { - +

@@ -900,6 +900,31 @@ if (typeof(prettyPrint) !== 'undefined') { + + + < + + > + Candidate (remove ref): + + + < + + > + Candidate (remove ref): + + + < + + > + Candidate (remove ref): + + + < + + > + Candidate (REMOVE ref): + < @@ -917,6 +942,13 @@ if (typeof(prettyPrint) !== 'undefined') { + + + < + + > + Candidate (ADD ref): + < -- 2.50.1