File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ function getFileModificationHistory(): array {
774
774
}
775
775
echo "done. \n" ;
776
776
777
- echo "Running XInclude... " ;
777
+ echo "Running XInclude/XPointer ... " ;
778
778
779
779
$ total = xinclude_run_byid ( $ dom );
780
780
$ total += xinclude_run_xpointer ( $ dom );
@@ -905,7 +905,7 @@ function xinclude_residual( DOMDocument $dom )
905
905
// $fixup = "<varlistentry><term>></term><listitem><simpara></simpara></listitem></varlistentry>";
906
906
// break;
907
907
default :
908
- echo "Unknown parent element of failed XInclude: $ tagName \n" ;
908
+ echo "Unknown parent of failed XInclude: $ tagName \n" ;
909
909
$ explain = true ;
910
910
continue 2 ;
911
911
}
@@ -932,8 +932,8 @@ function xinclude_residual( DOMDocument $dom )
932
932
}
933
933
934
934
// XInclude by xml:id never duplicates xml:id, horever, also using
935
- // XInclude by XPath/XPointer may start causing duplications.
936
- // Crude and ugly fixup ahead, beware!
935
+ // XInclude by XPath/XPointer may start causing duplications
936
+ // (see docs/structure.md). Crude and ugly fixup ahead, beware!
937
937
938
938
$ list = array ();
939
939
$ nodes = $ xpath ->query ( "//*[@xml:id] " );
@@ -1051,4 +1051,3 @@ function xinclude_residual( DOMDocument $dom )
1051
1051
1052
1052
errors_are_bad (1 ); // Tell the shell that this script finished with an error.
1053
1053
}
1054
- ?>
You can’t perform that action at this time.
0 commit comments