/usr/share/sgml/dtd/isoent is in linuxdoc-tools 0.9.69-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <!-- This is a DTD, but will be read as -*- sgml -*- -->
<!-- ================================================= -->
<!-- $Id: isoent,v 1.1.1.1 2001/05/24 15:57:41 sano Exp $
This is dtd/isoent for SGML-Tools.
Initial revision June 23st, 1997, by B. Kreimeier
$Log: isoent,v $
Revision 1.1.1.1 2001/05/24 15:57:41 sano
linuxdoc-tools 0.96
This is re-imported because of cvs repository is lost
due to HDD trouble
Revision 0.1.0.1 2000/05/13 14:59:57 sano
Initial release of Linuxdoc-Tools
Revision 1.1 1997/07/09 13:27:16 cg
* Completely new DTD setup by Bernd (BK).
-->
<!-- ================================================= -->
<!-- Revision Comments -->
<!-- BK/97/06/22: installed 0.99.12, applied changes
made for new entity mapping. -->
<!-- ================================================= -->
<!-- ================================================= -->
<!-- ISO entities -->
<!-- ================================================= -->
<!ENTITY % ISOdia PUBLIC
"ISO 8879:1986//ENTITIES Diacritical Marks//EN">
%ISOdia;
<!ENTITY % ISOgrk3 PUBLIC
"ISO 8879:1986//ENTITIES Greek Symbols//EN">
%ISOgrk3;
<!ENTITY % ISOlat1 PUBLIC
"ISO 8879:1986//ENTITIES Added Latin 1//EN">
%ISOlat1;
<!ENTITY % ISOnum PUBLIC
"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN">
%ISOnum;
<!ENTITY % ISOpub PUBLIC
"ISO 8879:1986//ENTITIES Publishing//EN">
%ISOpub;
<!-- ================================================= -->
<!-- end of dtd/isoent -->
<!--
Local Variables:
mode: sgml
End: -->
<!-- ================================================= -->
|