We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93136b9 commit 96d14dbCopy full SHA for 96d14db
configure.php
@@ -26,6 +26,7 @@
26
27
const RNG_SCHEMA_DIR = __DIR__ . DIRECTORY_SEPARATOR . 'docbook' . DIRECTORY_SEPARATOR . 'docbook-v5.2-os' . DIRECTORY_SEPARATOR . 'rng' . DIRECTORY_SEPARATOR;
28
const RNG_SCHEMA_FILE = RNG_SCHEMA_DIR . 'docbook.rng';
29
+const RNG_SCHEMA_XINCLUDE_FILE = RNG_SCHEMA_DIR . 'docbookxi.rng';
30
31
function usage() // {{{
32
{
0 commit comments