Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xNAL to repository #19

Merged
merged 2 commits into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/xnal/doctypes/catalog.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<nextCatalog catalog="dtd/catalog.xml"/>
<nextCatalog catalog="rng/catalog.xml"/>
</catalog>
12 changes: 12 additions & 0 deletions src/xnal/doctypes/dtd/catalog.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!--DITA XNAL Domain-->
<public publicId="-//OASIS//ELEMENTS DITA 2.0 XNAL Domain//EN"
uri="xnalDomain.mod"/>
<public publicId="-//OASIS//ELEMENTS DITA 2.x XNAL Domain//EN"
uri="xnalDomain.mod"/>
<public publicId="-//OASIS//ENTITIES DITA 2.0 XNAL Domain//EN"
uri="xnalDomain.ent"/>
<public publicId="-//OASIS//ENTITIES DITA 2.x XNAL Domain//EN"
uri="xnalDomain.ent"/>
</catalog>
35 changes: 35 additions & 0 deletions src/xnal/doctypes/dtd/xnalDomain.ent
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- MODULE: XNAL Domain -->
<!-- VERSION: 2.0 -->
<!-- DATE: [[[Release date]]] -->
<!-- PURPOSE: Define elements and specialization atttributes -->
<!-- for the XNAL Domain -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!-- -->
<!-- Refer to this file by the following public identfier or an -->
<!-- appropriate system identifier -->
<!-- PUBLIC "-//OASIS//ELEMENTS DITA 2.0 XNAL Domain//EN" -->
<!-- Delivered as file "xnalDomain.mod" -->
<!-- ============================================================= -->
<!-- (C) Copyright OASIS Open 2006, 2009. -->
<!-- All Rights Reserved. -->
<!-- UPDATES: -->
<!-- ============================================================= -->

<!-- ============================================================= -->
<!-- ELEMENT EXTENSION ENTITY DECLARATIONS -->
<!-- ============================================================= -->

<!ENTITY % xnal-d-author
"authorinformation"
>

<!-- ================ End DITA XNAL Domain ================== -->

Loading