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<!ENTITY nMath "http://www.w3.org/1998/Math/MathML"> 28 29<!-- StarOffice namespace names and prefixes --> 30 31<!ENTITY nOpenOffice "http://openoffice.org/2000"> 32<!ENTITY nOpenOffice2001 "http://openoffice.org/2001"> 33 34<!ENTITY nOffice "&nOpenOffice;/office"> 35<!ENTITY nStyle "&nOpenOffice;/style"> 36<!ENTITY nText "&nOpenOffice;/text"> 37<!ENTITY nTable "&nOpenOffice;/table"> 38<!ENTITY nMeta "&nOpenOffice;/meta"> 39<!ENTITY nScript "&nOpenOffice;/script"> 40<!ENTITY nDraw "&nOpenOffice;/drawing"> 41<!ENTITY nChart "&nOpenOffice;/chart"> 42<!ENTITY nNumber "&nOpenOffice;/datastyle"> 43<!ENTITY nDr3D "&nOpenOffice;/dr3d"> 44<!ENTITY nForm "&nOpenOffice;/form"> 45<!ENTITY nConfig "&nOpenOffice2001;/config"> 46<!ENTITY nPresentation "&nOpenOffice2001;/presentation"> 47 48<!-- dublin core namespace name and prefic --> 49<!ENTITY nDC "http://purl.org/dc/elements/1.1/"> 50