com doc/ja: fixed XPointer evaluation failed build warning, related to soap constructor fix.: reference/soap/soapheader.xml reference/soap/soapparam.xml reference/soap/soapvar.xml

[email protected] (Yoshinari Takaoka) Sat, 23 Jan 2021 00:31:28 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    ff0c3114b81d2e90de5308ec9af8794f5ddd7382
Author:    Yoshinari Takaoka <[email protected]>         Sat, 23 Jan 2021 09:31:28 +0900
Parents:   d48087021598626cc30ab91a44759a05a4fa0d6c
Branches:  master

Link:       http://git.php.net/?p=doc/ja.git;a=commitdiff;h=ff0c3114b81d2e90de5308ec9af8794f5ddd7382

Log:
fixed XPointer evaluation failed build warning, related to soap constructor fix.

These soap class do not have any methods except for constructor.

XPointer evaluation failed: #xmlns(db=http://docbook.org/ns/docbook)
 xpointer(id('class.soapparam')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])

Changed paths:
  M  reference/soap/soapheader.xml
  M  reference/soap/soapparam.xml
  M  reference/soap/soapvar.xml


Diff:
diff --git a/reference/soap/soapheader.xml b/reference/soap/soapheader.xml
index 57cd3c7c18..87d6c2f55b 100644
--- a/reference/soap/soapheader.xml
+++ b/reference/soap/soapheader.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 9a9533d480b39d3911605cdf52addeb8ad97eb51 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: bef1a3a8eecf744643d3df9a7e77abe441813e85 Maintainer: takagi Status: ready -->
 
 <phpdoc:classref xml:id="class.soapheader" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
 
@@ -37,9 +37,6 @@
     <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapheader')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
      <xi:fallback />
     </xi:include>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapheader')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
-     <xi:fallback />
-    </xi:include>
    </classsynopsis>
 <!-- }}} -->
 
diff --git a/reference/soap/soapparam.xml b/reference/soap/soapparam.xml
index 92ffa72d83..9fa447bf1c 100644
--- a/reference/soap/soapparam.xml
+++ b/reference/soap/soapparam.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 9a9533d480b39d3911605cdf52addeb8ad97eb51 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: bef1a3a8eecf744643d3df9a7e77abe441813e85 Maintainer: takagi Status: ready -->
 
 <phpdoc:classref xml:id="class.soapparam" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
 
@@ -37,9 +37,6 @@
     <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapparam')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
      <xi:fallback />
     </xi:include>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapparam')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
-     <xi:fallback />
-    </xi:include>
    </classsynopsis>
 <!-- }}} -->
 
diff --git a/reference/soap/soapvar.xml b/reference/soap/soapvar.xml
index e66492072d..0f8e6dbda8 100644
--- a/reference/soap/soapvar.xml
+++ b/reference/soap/soapvar.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 9a9533d480b39d3911605cdf52addeb8ad97eb51 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: bef1a3a8eecf744643d3df9a7e77abe441813e85 Maintainer: takagi Status: ready -->
 
 <phpdoc:classref xml:id="class.soapvar" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
 
@@ -37,9 +37,6 @@
     <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapvar')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
      <xi:fallback />
     </xi:include>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.soapvar')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
-     <xi:fallback />
-    </xi:include>
    </classsynopsis>
 <!-- }}} -->