| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!-- ============================================================= -->
- <!-- HEADER -->
- <!-- ============================================================= -->
- <!-- MODULE: DITA Highlight Domain -->
- <!-- VERSION: 1.1 -->
- <!-- DATE: November 2006 -->
- <!-- -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
- <!-- TYPICAL INVOCATION -->
- <!-- -->
- <!-- Refer to this file by the following public identifier or an
- appropriate system identifier
- PUBLIC "-//OASIS//ENTITIES DITA Highlight Domain//EN"
- Delivered as file "higlightDomain.ent" -->
- <!-- ============================================================= -->
- <!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
- <!-- -->
- <!-- PURPOSE: Declaring the substitution context and domain -->
- <!-- entity declarations for the highlight domain -->
- <!-- -->
- <!-- ORIGINAL CREATION DATE: -->
- <!-- March 2001 -->
- <!-- -->
- <!-- (C) Copyright OASIS Open 2005, 2006. -->
- <!-- (C) Copyright IBM Corporation 2001, 2004. -->
- <!-- All Rights Reserved. -->
- <!-- -->
- <!-- UPDATES: -->
- <!-- 2005.11.15 RDA: Corrected the "Delivered as" system ID -->
- <!-- ============================================================= -->
- <!-- ============================================================= -->
- <!-- HIGHLIGHT DOMAIN ENTITIES -->
- <!-- ============================================================= -->
- <!ENTITY % hi-d-ph "b | u | i | tt | sup | sub" >
- <!ENTITY hi-d-att "(topic hi-d)" >
- <!-- ================== End Highlight Domain Entities ============ -->
|