1<!--***********************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 ***********************************************************-->
21
22
23
24<!ENTITY nFO "http://www.w3.org/1999/XSL/Format">
25<!ENTITY nXLink "http://www.w3.org/1999/xlink">
26<!ENTITY nSVG "http://www.w3.org/2000/svg">
27
28<!-- StarOffice namespace names and prefixes -->
29
30<!ENTITY nOpenOffice "http://openoffice.org/2000">
31<!ENTITY nOpenOffice2001 "http://openoffice.org/2001">
32
33<!ENTITY nOffice "&nOpenOffice;/office">
34<!ENTITY nStyle "&nOpenOffice;/style">
35<!ENTITY nText "&nOpenOffice;/text">
36<!ENTITY nTable "&nOpenOffice;/table">
37<!ENTITY nMeta "&nOpenOffice;/meta">
38<!ENTITY nScript "&nOpenOffice;/script">
39<!ENTITY nDraw "&nOpenOffice;/drawing">
40<!ENTITY nChart "&nOpenOffice;/chart">
41<!ENTITY nNumber "&nOpenOffice;/datastyle">
42<!ENTITY nConfig "&nOpenOffice2001;/config">
43
44
45<!-- dublin core namespace name and prefic -->
46<!ENTITY nDC "http://purl.org/dc/elements/1.1/">
47