-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
195,549 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
The DocBook Schema Version 5.2 | ||
Committee Specification 01 | ||
19 July 2023 | ||
Copyright (c) OASIS Open 2023. All Rights Reserved. | ||
Source: https://docs.oasis-open.org/docbook/docbook/v5.2/cs01/ | ||
Link to latest version of specification: https://docs.oasis-open.org/docbook/docbook/v5.2/docbook-v5.2.html | ||
--> | ||
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0" | ||
startMode="assembly"> | ||
|
||
<mode name="assembly"> | ||
<namespace ns="http://docbook.org/ns/docbook"> | ||
<validate schema="rng/assembly.rng" useMode="attach"/> | ||
<validate schema="sch/assembly.sch" useMode="attach"/> | ||
</namespace> | ||
</mode> | ||
|
||
<mode name="attach"> | ||
<anyNamespace> | ||
<attach/> | ||
</anyNamespace> | ||
</mode> | ||
|
||
</rules> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
The DocBook Schema Version 5.2 | ||
Committee Specification 01 | ||
19 July 2023 | ||
Copyright (c) OASIS Open 2023. All Rights Reserved. | ||
Source: https://docs.oasis-open.org/docbook/docbook/v5.2/cs01/ | ||
Link to latest version of specification: https://docs.oasis-open.org/docbook/docbook/v5.2/docbook-v5.2.html | ||
--> | ||
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0" | ||
startMode="dbits"> | ||
|
||
<mode name="dbits"> | ||
<namespace ns="http://docbook.org/ns/docbook"> | ||
<validate schema="rng/dbits.rng" useMode="attach"/> | ||
<validate schema="sch/dbits.sch" useMode="attach"/> | ||
</namespace> | ||
</mode> | ||
|
||
<mode name="attach"> | ||
<anyNamespace> | ||
<attach/> | ||
</anyNamespace> | ||
</mode> | ||
|
||
</rules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
The DocBook Schema Version 5.2 | ||
Committee Specification 01 | ||
19 July 2023 | ||
Copyright (c) OASIS Open 2023. All Rights Reserved. | ||
Source: https://docs.oasis-open.org/docbook/docbook/v5.2/cs01/ | ||
Link to latest version of specification: https://docs.oasis-open.org/docbook/docbook/v5.2/docbook-v5.2.html | ||
--> | ||
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0" | ||
startMode="docbook"> | ||
|
||
<mode name="docbook"> | ||
<namespace ns="http://docbook.org/ns/docbook"> | ||
<validate schema="rng/docbook.rng" useMode="attach"/> | ||
<validate schema="sch/docbook.sch" useMode="attach"/> | ||
</namespace> | ||
</mode> | ||
|
||
<mode name="attach"> | ||
<anyNamespace> | ||
<attach/> | ||
</anyNamespace> | ||
</mode> | ||
|
||
</rules> |
Oops, something went wrong.