File: Options.xcu

package info (click to toggle)
writer2latex 1.4-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,756 kB
  • sloc: java: 31,558; xml: 4,703; javascript: 3,067; sh: 38; makefile: 29
file content (49 lines) | stat: -rw-r--r-- 2,272 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:name="Options"
  oor:package="org.openoffice.da.Writer2xhtml"
  xml:lang="en-US"
  xmlns:oor="http://openoffice.org/2001/registry"
  xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <!-- This is a sample registry file for use with Writer2xhtml -->
    <node oor:name="XhtmlOptions">
        <node oor:name="Configurations">
            <!-- This node adds a configuration to the ui -->
            <node oor:name="sampleconfig1" oor:op="replace">
                <!-- A comma separated of options that should be locked in the ui -->
                <prop oor:name="LockedOptions" oor:type="xs:string">
                    <value>xhtml_notes,xhtml_split_level,xhtml_repeat_levels</value>
                </prop>
                <!-- The display name will be used in the list box -->
                <prop oor:name="DisplayName" oor:type="xs:string" oor:localized="true">
                    <value>Sample custom style</value>
                </prop>
                <!-- This url points to the configuration to use -->
                <prop oor:name="ConfigURL" oor:type="xs:string">
                    <value>%origin%/config/sampleconfig.xml</value>
                </prop>
                <!-- This url points to the target template to use -->
                <prop oor:name="TargetTemplateURL" oor:type="xs:string">
                    <value>%origin%/config/sampletemplate.xhtml</value>
                </prop>
                <!-- This url points to the style sheet to include (intended for EPUB export) -->
                <prop oor:name="StyleSheetURL" oor:type="xs:string">
                    <value></value>
                </prop>
            </node>
        </node>
        <node oor:name="Templates">
            <!-- This node maps an OOo template to the our configuration -->
            <node oor:name="sampletemplate1" oor:op="replace">
                <prop oor:name="TemplateName" oor:type="xs:string">
                    <value>XHTML template</value>
                </prop>
                <prop oor:name="ConfigName" oor:type="xs:string">
                    <value>sampleconfig1</value>
                </prop>
            </node>
        </node>
    </node>
</oor:component-data>