Skip to content

Commit

Permalink
Add constant for path to XInclude tolerant RelaxNG
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Oct 24, 2024
1 parent dcd1dfe commit 63edc23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

const RNG_SCHEMA_DIR = __DIR__ . DIRECTORY_SEPARATOR . 'docbook' . DIRECTORY_SEPARATOR . 'docbook-v5.2-os' . DIRECTORY_SEPARATOR . 'rng' . DIRECTORY_SEPARATOR;
const RNG_SCHEMA_FILE = RNG_SCHEMA_DIR . 'docbook.rng';
const RNG_SCHEMA_XINCLUDE_FILE = RNG_SCHEMA_DIR . 'docbookxi.rng';

function usage() // {{{
{
Expand Down

0 comments on commit 63edc23

Please sign in to comment.