CppunitTest_sc_tiledrendering2: move to tiledrendering folder
[LibreOffice.git] / xmloff / dtd / office.dtd
blob5da82955640b8be6bd314a62dd2aadf8bcb6d34a
1 <!--
2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
17 -->
19 <!-- This DTD and the entities it includes are for the
20 XML document format produced by OpenOffice.org 1.x.
22 This DTD is for reference from the XML prolog of documents
23 in that OpenOffice.org 1.x format. It can be used for the
24 DTD validation of those XML documents.
26 This DTD is not applicable to ODF documents. ODF support
27 began in OpenOffice.org 2.x releases. ODF XML documents
28 have Relax NG Schemas.
29 -->
31 <!ENTITY % dtypes-mod SYSTEM "dtypes.mod">
32 %dtypes-mod;
33 <!ENTITY % nmspace-mod SYSTEM "nmspace.mod">
34 %nmspace-mod;
35 <!ENTITY % defs-mod SYSTEM "defs.mod">
36 %defs-mod;
37 <!ENTITY % office-mod SYSTEM "office.mod">
38 %office-mod;
39 <!ENTITY % style-mod SYSTEM "style.mod">
40 %style-mod;
41 <!ENTITY % meta-mod SYSTEM "meta.mod">
42 %meta-mod;
43 <!ENTITY % script-mod SYSTEM "script.mod">
44 %script-mod;
45 <!ENTITY % drawing-mod SYSTEM "drawing.mod">
46 %drawing-mod;
47 <!ENTITY % text-mod SYSTEM "text.mod">
48 %text-mod;
49 <!ENTITY % table-mod SYSTEM "table.mod">
50 %table-mod;
51 <!ENTITY % chart-mod SYSTEM "chart.mod">
52 %chart-mod;
53 <!ENTITY % datastyl-mod SYSTEM "datastyl.mod">
54 %datastyl-mod;
55 <!ENTITY % form-mod SYSTEM "form.mod">
56 %form-mod;
57 <!ENTITY % settings-mod SYSTEM "settings.mod">
58 %settings-mod;