libjava/ChangeLog:
[official-gcc.git] / libjava / classpath / tools / resource / gnu / classpath / tools / gjdoc / htmldoclet / xhtml11-target10.dtd
blob0dd73f78306d6bf098a512053271ccfa74764775
1 <!-- xhtml11-strict-target10.dtd
2 Copyright (C) 2005 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 <!-- XHTML 1.1 plus Target 1.0 DTD ................................ -->
23 <!-- File: xhtml11-target10.dtd
25 XHTML 1.1 DTD which loads the optional Target 1.0 Module.
27 This file is based on a DTD by Jacques Distler. See
28 http://golem.ph.utexas.edu/~distler/blog/files/zeldman.html
30 Public and System Identifiers:
32 PUBLIC "-//gnu.org//DTD XHTML 1.1 plus Target 1.0//EN"
33 SYSTEM "http://gnu.org/DTD/xhtml11-target10.dtd"
35 The corresponding DOCTYPE declaration:
37 <!DOCTYPE html
38 PUBLIC "-//gnu.org//DTD XHTML 1.1 plus Target 1.0//EN"
39 "http://gnu.org/DTD/xhtml11-target10.dtd">
41 Original idea: Dave H <dmh@dmh.org.uk>
42 http://www.dmh.org.uk/
44 -->
45 <!ENTITY % XHTML.version
46 "-//gnu.org//DTD XHTML 1.1 plus Target 1.0//EN" >
47 <!ENTITY % xhtml11.mod
48 PUBLIC "-//W3C//DTD XHTML 1.1//EN"
49 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" >
50 %xhtml11.mod;
51 <!ENTITY % xhtml-target.mod
52 PUBLIC "-//W3C//ELEMENTS XHTML Target 1.0//EN"
53 "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-target-1.mod" >
54 %xhtml-target.mod;