libjava/ChangeLog:
[official-gcc.git] / libjava / classpath / tools / resource / gnu / classpath / tools / gjdoc / dtd / gjdoc-alphaindex.dtd
blob5597d7bbe69619fe56e211ff78a259278818ef83
1 <!-- gjdoc-alphabetical.dtd
2 Copyright (C) 2003 Free Software Foundation, Inc.
4 This file is part of GNU Classpath.
6 GNU Classpath is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 GNU Classpath is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU Classpath; see the file COPYING. If not, write to the
18 Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
19 02111-1307 USA. -->
21 <!--
22 NOTE: This is NOT a complete DTD usable for verifying XML files
23 generated by XmlDoclet. This file is currently only used to include
24 OASIS' standard entity sets.
25 -->
27 <!ENTITY % dbcent.module "INCLUDE">
28 <![%dbcent.module;[
29 <!ENTITY euro "&#x20AC;"> <!-- Euro sign, U+20AC -->
30 <!ENTITY % dbcent PUBLIC
31 "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
32 "dbcentx.mod">
33 %dbcent;
34 ]]>