File: plugin.xml.in

package info (click to toggle)
gnumeric 1.4.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 71,576 kB
  • ctags: 28,555
  • sloc: ansic: 282,333; xml: 45,788; sh: 8,479; makefile: 3,119; yacc: 1,129; lisp: 200; perl: 173; python: 86
file content (25 lines) | stat: -rw-r--r-- 849 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="Gnumeric_xml_sax">
	<information>
		<_name>EXPERIMENTAL SAX based XML</_name>
		<_description>The next generation sax based xml I/O subsystem</_description>
	</information>
	<loader type="Gnumeric_Builtin:module">
		<attribute name="module_file" value="xml_sax"/>
	</loader>
	<services>
		<service type="file_opener" id="xml_sax" priority="1" probe="FALSE">
			<information>
				<_description>EXPERIMENTAL SAX based Gnumeric (*.gnumeric)</_description>
			</information>
		</service>
		<service type="file_saver" id="xml_sax" file_extension="gnumeric"
		         format_level="auto" default_saver_priority="50">
			<information>
				<_description>Gnumeric XML (*.gnumeric)</_description>
			</information>
		</service>
		<!-- disable so that people do not get screwed
		 -->
	</services>
</plugin>