From: Christophe Jaillet Date: Thu, 27 Sep 2018 19:18:51 +0000 (+0000) Subject: The XSLT Saxon engine warns that match="@*" will return only attribute nodes, which... X-Git-Tag: 2.5.0-alpha2-ci-test-only~2321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2702dc8d9f38b2b1276647e6471193b300d5600f;p=thirdparty%2Fapache%2Fhttpd.git The XSLT Saxon engine warns that match="@*" will return only attribute nodes, which can't have any attributes or child. So simplify the xsl rules accordingly. 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@1842146 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index d6905ce0d88..f0a0cea5a9b 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -1260,11 +1260,7 @@ if (typeof(prettyPrint) !== 'undefined') { Is the document valid (try `build validate-xml`)? - - - - - +