Skip to content

Commit 82ce077

Browse files
committed
Add constant for path to XInclude tolerant RelaxNG
1 parent b2469f4 commit 82ce077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
const RNG_SCHEMA_DIR = __DIR__ . DIRECTORY_SEPARATOR . 'docbook' . DIRECTORY_SEPARATOR . 'docbook-v5.2-os' . DIRECTORY_SEPARATOR . 'rng' . DIRECTORY_SEPARATOR;
2828
const RNG_SCHEMA_FILE = RNG_SCHEMA_DIR . 'docbook.rng';
29+
const RNG_SCHEMA_XINCLUDE_FILE = RNG_SCHEMA_DIR . 'docbookxi.rng';
2930

3031
function usage() // {{{
3132
{

0 commit comments

Comments
 (0)