

<sect1 id="what-is-xls2xml">
<title>What is xls2xml?</title>
<!-- NOTE: this section must have the same content of the `README' file -->
<para>
	xls2xml is a free filter from Microsoft Excel to XML, and a free C library. 
</para>
<para>
	xls2xml is <link linkend="distribution-and-freedom">distributed</link> under the terms of the <link linkend="gpl-license">GNU General Public License</link> (GPL) to give an impulse to the Free Software. xls2xml distribution license is compatible with the <ulink URL="http://www.opensource.org/">Open Source</ulink> definition.
</para>
<para>
	Using the program xls2xml, you can extract the content of a file generated by Microsoft Excel and express its content using XML. A library written in C which is able to do the same is provided too.
</para>
</sect1>


<sect1 id="features">
<title>Features</title>
<para>
	xls2xml 1.x release series:
</para>

<itemizedlist>
	<listitem>
		<para>
			Can understand files generated using Microsoft Excel versions 6, 95, 97 and 2000.
		</para>
	</listitem>
	<listitem>
		<para>
			Uses standard automake, autoconf and libtool generated files.
		</para>
	</listitem>
	<listitem>
		<para>
			Provides a standard <filename>configure</filename> script.
		</para>
	</listitem>
	<listitem>
		<para>
			Builds shared (dynamic) libraries if the plattform and libtool support it.
		</para>
	</listitem>
	<listitem>
		<para>
			Provides standard targets in the Makefile (ie. <userinput>install</userinput>, <userinput>clean</userinput>, etc).
		</para>
	</listitem>
	<listitem>
		<para>
			Can use (thanks to the <filename>configure</filename> script) plattform dependent system calls for better performance.
		</para>
	</listitem>
</itemizedlist>
</sect1>


<sect1 id="requirements-to-compile">
<title>Requirements to compile</title>
&REQUERIMENTS-File;
</sect1>

