Introspection fix
[gnumeric.git] / plugins / html / plugin.xml.in
blob7016237d597af26f934ef3d2cffcf9d92619afed
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"
21 format_level="write_only" sheet_selection="true">
22 <information>
23 <_description>HTML 3.2 (*.html)</_description>
24 </information>
25 </service>
26 <service type="file_saver" id="html40" file_extension="html"
27 format_level="write_only" sheet_selection="true">
28 <information>
29 <_description>HTML 4.0 (*.html)</_description>
30 </information>
31 </service>
32 <service type="file_saver" id="html40frag" file_extension="html"
33 format_level="write_only" sheet_selection="true">
34 <information>
35 <_description>HTML (*.html) fragment</_description>
36 </information>
37 </service>
38 <service type="file_saver" id="xhtml" file_extension="html"
39 format_level="write_only" sheet_selection="true">
40 <information>
41 <_description>XHTML (*.html)</_description>
42 </information>
43 </service>
44 <service type="file_saver" id="xhtml_range"
45 save_scope="range"
46 file_extension="html" format_level="write_only">
47 <information>
48 <_description>XHTML range - for export to clipboard</_description>
49 </information>
50 </service>
51 <service type="file_saver" id="latex" file_extension="tex"
52 save_scope="sheet" format_level="write_only" sheet_selection="true">
53 <information>
54 <_description>LaTeX 2e (*.tex)</_description>
55 </information>
56 </service>
57 <service type="file_saver" id="latex_table" file_extension="tex"
58 save_scope="sheet" format_level="write_only" sheet_selection="true">
59 <information>
60 <_description>LaTeX 2e (*.tex) table fragment</_description>
61 </information>
62 </service>
63 <service type="file_saver" id="latex_table_visible" file_extension="tex"
64 save_scope="sheet" format_level="write_only" sheet_selection="true">
65 <information>
66 <_description>LaTeX 2e (*.tex) table fragment of visible rows</_description>
67 </information>
68 </service>
69 <service type="file_saver" id="roff" file_extension="me" format_level="write_only">
70 <information>
71 <_description>TROFF (*.me)</_description>
72 </information>
73 </service>
74 </services>
75 </plugin>