.gnumeric: if we see a shared array formula, fix it.
[gnumeric.git] / plugins / html / plugin.xml.in
blob9d49ff3544b9a25d51ce288c2cda577d2c5e1a1b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <plugin id="Gnumeric_html">
3 <information>
4 <_name>HTML &amp; TeX</_name>
5 <_description>Import/Export of HTML, TeX, DVI, roff</_description>
6 </information>
7 <loader type="Gnumeric_Builtin:module">
8 <attribute name="module_file" value="html"/>
9 </loader>
10 <services>
11 <service type="file_opener" id="html" priority="100" probe="TRUE">
12 <information>
13 <_description>HTML (*.html, *.htm)</_description>
14 </information>
15 <suffixes>
16 <suffix>html</suffix>
17 <suffix>htm</suffix>
18 </suffixes>
19 </service>
20 <service type="file_saver" id="html32" file_extension="html" format_level="write_only">
21 <information>
22 <_description>HTML 3.2 (*.html)</_description>
23 </information>
24 </service>
25 <service type="file_saver" id="html40" file_extension="html" format_level="write_only">
26 <information>
27 <_description>HTML 4.0 (*.html)</_description>
28 </information>
29 </service>
30 <service type="file_saver" id="html40frag" file_extension="html" format_level="write_only">
31 <information>
32 <_description>HTML (*.html) fragment</_description>
33 </information>
34 </service>
35 <service type="file_saver" id="xhtml" file_extension="html" format_level="write_only">
36 <information>
37 <_description>XHTML (*.html)</_description>
38 </information>
39 </service>
40 <service type="file_saver" id="xhtml_range"
41 save_scope="range"
42 file_extension="html" format_level="write_only">
43 <information>
44 <_description>XHTML range - for export to clipboard</_description>
45 </information>
46 </service>
47 <service type="file_saver" id="latex" file_extension="tex" format_level="write_only">
48 <information>
49 <_description>LaTeX 2e (*.tex)</_description>
50 </information>
51 </service>
52 <service type="file_saver" id="latex_table" file_extension="tex" format_level="write_only">
53 <information>
54 <_description>LaTeX 2e (*.tex) table fragment</_description>
55 </information>
56 </service>
57 <service type="file_saver" id="latex_table_visible" file_extension="tex" format_level="write_only">
58 <information>
59 <_description>LaTeX 2e (*.tex) table fragment of visible rows</_description>
60 </information>
61 </service>
62 <service type="file_saver" id="roff" file_extension="me" format_level="write_only">
63 <information>
64 <_description>TROFF (*.me)</_description>
65 </information>
66 </service>
67 </services>
68 </plugin>