<!-- inherited style properties will be collected and written in a CSS header (CSS) -->
<xsl:include href="style_header.xsl"/>
<!-- inherited style properties will be collected and written as html properties in a temporary variable (HTML4, PALM) -->
<xsl:include href="style_inlined.xsl"/>
<!-- our xml style properties will be mapped to CSS and HTML4.x properties -->
<xsl:include href="style_mapping.xsl"/>
<!-- common element handling -->
<xsl:include href="common.xsl"/>
<!-- table handling -->
<xsl:include href="table.xsl"/>
<xsl:include href="table_wml.xsl"/>
<!-- palm handling -->
<xsl:include href="palm.xsl"/>
<!--+++++ PARAMETER FROM THE APPLICATION AND GLOBAL VARIABLES +++++-->
<!--+++++ PARAMETER FROM THE APPLICATION AND GLOBAL VARIABLES +++++-->
<!-- MANDATORY: URL of meta stream -->
<xsl:param name="metaFileURL"/>
<!-- MANDATORY: URL of styles stream -->
<xsl:param name="stylesFileURL"/>
<!-- MANDATORY: for resolving relative links
For resolving realtive links to the packed SO document, i.e. the path/URL of the jared sxw file (e.g. meta.xml, styles.xml, links to graphics in a relative directory) -->
<xsl:param name="absoluteSourceDirRef"/>
<!-- OPTIONAL (mandatory, when when source is compressed): Necessary for the in the packed OO document embedded files (mostly graphics from the compressed /Picture dir).
When the OpenOffice (OO) file has been unpacked the absoluteSoureDirRef can be taken,
Otherwise, a JAR URL could be choosen or when working with OpenOffice a so called Package-URL encoded over HTTP can be used to
access the jared contents of the the jared document. . -->
<!-- office:automatic-styles may occure in two different files (i.d. content.xml and styles.xml). Furthermore the top level tag is different in a flat xml file -->