summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-26 19:30:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-26 20:01:09 +0200
commit458e07b34a8cdaccb630e73640090e5e61c48264 (patch)
treee67ce446a5ecb2fc73d3f438ca34c6d52846f3f0 /officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
parent4dfdbc089e9391359b0f5fee3e2d88b0a5e99828 (diff)
xmllint: reformat files
xmllint --loaddtd ./officecfg/registry/data.dtd --format ... Change-Id: I0218762a64f2547424d5ddddf78e3fadc2b65093
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs45
1 files changed, 23 insertions, 22 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs b/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
index 28a9948b62b6..3313ace6f682 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ProtocolHandler.xcs
@@ -17,26 +17,27 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xml:lang="en-US"> <info>
- <desc>Contains UNO services that support special URL protocols. These services are used generically.</desc>
- </info>
- <templates>
- <group oor:name="Handler">
- <info>
- <desc>Specifies the UNO service to use for URL dispatches that handle special URL protocols.</desc>
- </info>
- <prop oor:name="Protocols" oor:type="oor:string-list">
- <info>
- <desc>Lists the URL pattern that can recognized by this service.</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
- <set oor:name="HandlerSet" oor:node-type="Handler">
- <info>
- <desc>Lists the registered protocol handler services.</desc>
- </info>
- </set>
- </component>
+<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="ProtocolHandler" oor:package="org.openoffice.Office" xml:lang="en-US">
+ <info>
+ <desc>Contains UNO services that support special URL protocols. These services are used generically.</desc>
+ </info>
+ <templates>
+ <group oor:name="Handler">
+ <info>
+ <desc>Specifies the UNO service to use for URL dispatches that handle special URL protocols.</desc>
+ </info>
+ <prop oor:name="Protocols" oor:type="oor:string-list">
+ <info>
+ <desc>Lists the URL pattern that can recognized by this service.</desc>
+ </info>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <set oor:name="HandlerSet" oor:node-type="Handler">
+ <info>
+ <desc>Lists the registered protocol handler services.</desc>
+ </info>
+ </set>
+ </component>
</oor:component-schema>