XML schema |
http://dd.eionet.europa.eu/schemas/dir199913ec_2014/schema199913.xsd
|
---|---|
Output type | EXCEL |
Description | MS Excel |
XSL file | dir199913_2014_excel.xsl (Last modified: 14 Apr 2015 13:09 ) |
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:office="http://openoffice.org/2000/office" xmlns:table="http://openoffice.org/2000/table" xmlns:text="http://openoffice.org/2000/text" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xsl:output method="xml"/> <!-- $Id$ --> <xsl:param name="xml_folder_uri"/> <xsl:variable name="language">en</xsl:variable> <xsl:variable name="labels_doc" select="document(concat($xml_folder_uri,'dir199913_2014_labels-en.xml'))/labels"/> <xsl:variable name="labels" select="$labels_doc/itemset[@id='199913' and @xml:lang=$language]"/> <!--<xsl:variable name="labels" select="document('../xml/article17-labels.xml')/labels"/>--> <!--<xsl:variable name="codelists" select="document('http://converters.eionet.europa.eu/xmlfile/art17-codelists-en.xml')/Article17Codelists"/>--> <xsl:variable name="schema" select="document('https://svn.eionet.europa.eu/repositories/Reportnet/Dataflows/IPPC-WI-Directive/schemas/dir20081ec_schema.xsd')/xs:schema"/> <xsl:variable name="heading" select="'Factsheet of IPPC questionnaire delivery'" /> <xsl:template match="/response"> <office:document-content xmlns:office="http://openoffice.org/2000/office" xmlns:table="http://openoffice.org/2000/table" office:version="1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:number="http://openoffice.org/2000/datastyle" xmlns:text="http://openoffice.org/2000/text" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:style="http://openoffice.org/2000/style"> <office:automatic-styles> <style:style style:name="row-height" style:family="table-cell"> <style:properties style:row-height="2cm" /> </style:style> <style:style style:name="string-cell" style:family="table-cell"> <style:properties fo:text-align="left" fo:font-size="10pt" style:column-width="5cm" /> </style:style> <style:style style:name="long-string-cell" style:family="table-cell"> <style:properties fo:text-align="left" fo:font-size="10pt" style:column-width="15cm" /> </style:style> <style:style style:name="number-cell" style:family="table-cell"> <style:properties fo:text-align="right" fo:font-size="10pt" style:column-width="5cm" /> </style:style> <style:style style:name="long-number-cell" style:family="table-cell"> <style:properties fo:text-align="right" fo:font-size="10pt" style:column-width="10cm" /> </style:style> <style:style style:name="total-number-cell" style:family="table-cell"> <style:properties fo:text-align="right" fo:font-weight="bold" fo:font-size="10pt" style:column-width="5cm" /> </style:style> <style:style style:name="string-heading" style:family="table-cell"> <style:properties fo:text-align="left" fo:font-size="10pt" style:column-width="5cm" fo:font-weight="bold" style:row-height="2cm" /> </style:style> <style:style style:name="long-string-heading" style:family="table-cell"> <style:properties fo:text-align="left" fo:font-size="10pt" style:column-width="10cm" fo:font-weight="bold" /> </style:style> <style:style style:name="short-string-heading" style:family="table-cell"> <style:properties fo:text-align="left" fo:font-size="10pt" style:column-width="2cm" fo:font-weight="bold" style:row-height="2cm" /> </style:style> <style:style style:name="cell1" style:family="table-cell"> <style:properties fo:text-align="left" fo:font-size="10pt" style:column-width="5cm" /> </style:style> <style:style style:name="cell2" style:family="table-cell"> <style:properties fo:text-align="center" fo:font-size="12pt" fo:font-style="italic" style:column-width="5cm" /> </style:style> <style:style style:name="Heading2" style:family="table-cell"> <style:properties fo:text-align="left" fo:font-size="10pt" fo:font-weight="bold" style:column-width="5cm" style:row-height="2cm"/> </style:style> <style:style style:name="long-Heading2" style:family="table-cell"> <style:properties fo:text-align="left" fo:font-size="10pt" fo:font-weight="bold" style:column-width="10cm" style:row-height="2cm"/> </style:style> <style:style style:name="Heading3" style:family="table-cell"> <style:properties fo:text-align="right" fo:font-size="10pt" fo:font-weight="bold" style:column-width="5cm" /> </style:style> <style:style style:name="Heading4" style:family="table-cell"> <style:properties fo:text-align="right" fo:font-size="10pt" fo:font-weight="bold" style:column-width="10cm" /> </style:style> </office:automatic-styles> <office:body> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-1'" /></xsl:attribute> <xsl:for-each select="."> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> </table:table-columns> <table:table-header-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> </table:table-row> </table:table-header-rows> <table:table-rows> <xsl:call-template name="Q-1-table"/> </table:table-rows> </xsl:for-each> </table:table> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-2-1'" /></xsl:attribute> <xsl:for-each select="./q-2/q-2-1/q-2-1-t1"> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="short-string-heading"> </table:table-column> </table:table-columns> <table:table-header-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> </table:table-row> </table:table-header-rows> <table:table-rows> <xsl:call-template name="Q-2-table"/> </table:table-rows> </xsl:for-each> </table:table> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-2-2'" /></xsl:attribute> <xsl:for-each select="./q-2/q-2-1/q-2-1-t1"> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> </table:table-columns> <table:table-header-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-mid']"/> </text:p> <table:table-cell table:style-name="Heading2"><text:p></text:p></table:table-cell> <table:table-cell table:style-name="Heading2"><text:p></text:p></table:table-cell> <table:table-cell table:style-name="Heading2"><text:p></text:p></table:table-cell> <table:table-cell table:style-name="Heading2"><text:p></text:p></table:table-cell> <table:table-cell table:style-name="Heading2"><text:p></text:p></table:table-cell> <table:table-cell table:style-name="Heading2"><text:p></text:p></table:table-cell> <table:table-cell table:style-name="Heading2"><text:p></text:p></table:table-cell> <table:table-cell table:style-name="Heading2"><text:p></text:p></table:table-cell> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string"> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h2']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h4']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h5']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h6']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h7']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h8']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h9']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h3']"/> </text:p> </table:table-cell> </table:table-row> </table:table-header-rows> <table:table-header-rows> <xsl:for-each select="../q-2-1-1/q-2-1-1-a-t/q-2-1-1-a-t-row"> <xsl:call-template name="Q-2-1-1-table"/> </xsl:for-each> <xsl:for-each select="../../q-2-3"> <xsl:call-template name="Q-2-3-table"/> </xsl:for-each> </table:table-header-rows> </xsl:for-each> </table:table> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-3'" /></xsl:attribute> <xsl:for-each select="."> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> </table:table-columns> <table:table-header-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-3']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> </table:table-row> </table:table-header-rows> <table:table-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-3-t-h1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-3-t-h2']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-3-t-h3']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-3-t-h4']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-3-t-h5']"/> </text:p> </table:table-cell> </table:table-row> <xsl:for-each select="./q-3/*"> <xsl:call-template name="Q-3-table"/> </xsl:for-each> </table:table-rows> </xsl:for-each> </table:table> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-4'" /></xsl:attribute> <xsl:for-each select="."> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> </table:table-columns> <table:table-header-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-4']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-3-t-h1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-4-t-h3']"/> </text:p> </table:table-cell> </table:table-row> </table:table-header-rows> <table:table-rows> <xsl:for-each select="./q-4/*/*"> <xsl:call-template name="Q-4-table"/> </xsl:for-each> </table:table-rows> </xsl:for-each> </table:table> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-5'" /></xsl:attribute> <xsl:for-each select="."> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> </table:table-columns> <table:table-header-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-5']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-5-t1-h1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-5-t1-h2']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-5-t1-h3']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-5-t1-h4']"/> </text:p> </table:table-cell> </table:table-row> </table:table-header-rows> <table:table-rows> <xsl:for-each select="./q-5/q-5-t1/*"> <xsl:call-template name="Q-5-table"/> </xsl:for-each> </table:table-rows> </xsl:for-each> </table:table> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-6'" /></xsl:attribute> <xsl:for-each select="."> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> </table:table-columns> <table:table-header-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-6']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-6-2-t-h1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-6-2-t-h2']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-6-2-t-h3']"/> </text:p> </table:table-cell> </table:table-row> </table:table-header-rows> <table:table-rows> <xsl:for-each select="./q-6/q-6-2/*"> <xsl:call-template name="Q-6-table"/> </xsl:for-each> </table:table-rows> </xsl:for-each> </table:table> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-7'" /></xsl:attribute> <xsl:for-each select="."> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> </table:table-columns> <table:table-header-rows> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-7']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> </table:table-row> </table:table-header-rows> <table:table-rows> <xsl:call-template name="Q-7-table"/> </table:table-rows> </xsl:for-each> </table:table> <table:table> <xsl:attribute name="table:name"><xsl:value-of select="'q-8'" /></xsl:attribute> <xsl:for-each select="."> <table:table-columns> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> <table:table-column table:default-cell-value-type="string" table:default-cell-style-name="long-string-heading"> </table:table-column> </table:table-columns> <table:table-rows> <xsl:call-template name="Q-8-table"/> </table:table-rows> </xsl:for-each> </table:table> </office:body> </office:document-content> </xsl:template> <xsl:template name="Q-1-table"> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-1-1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-1" /> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="Q-2-table"> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> 31.12.2013 </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-1-1-a-t-h2']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-A']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-B']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-C']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-D']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-E']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-F']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-G']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-H']"/> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 1 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Heatset/q-2-1-t1-row-Heatset-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Heatset/q-2-1-t1-row-Heatset-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Heatset/q-2-1-t1-row-Heatset-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Heatset/q-2-1-t1-row-Heatset-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Heatset/q-2-1-t1-row-Heatset-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Heatset/q-2-1-t1-row-Heatset-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Heatset/q-2-1-t1-row-Heatset-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Heatset/q-2-1-t1-row-Heatset-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 2 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-2']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rotogravure/q-2-1-t1-row-Rotogravure-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rotogravure/q-2-1-t1-row-Rotogravure-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rotogravure/q-2-1-t1-row-Rotogravure-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rotogravure/q-2-1-t1-row-Rotogravure-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rotogravure/q-2-1-t1-row-Rotogravure-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rotogravure/q-2-1-t1-row-Rotogravure-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rotogravure/q-2-1-t1-row-Rotogravure-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rotogravure/q-2-1-t1-row-Rotogravure-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 3 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-3']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Flexography/q-2-1-t1-row-Flexography-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Flexography/q-2-1-t1-row-Flexography-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Flexography/q-2-1-t1-row-Flexography-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Flexography/q-2-1-t1-row-Flexography-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Flexography/q-2-1-t1-row-Flexography-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Flexography/q-2-1-t1-row-Flexography-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Flexography/q-2-1-t1-row-Flexography-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Flexography/q-2-1-t1-row-Flexography-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 4 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-4']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Surface/q-2-1-t1-row-Surface-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Surface/q-2-1-t1-row-Surface-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Surface/q-2-1-t1-row-Surface-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Surface/q-2-1-t1-row-Surface-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Surface/q-2-1-t1-row-Surface-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Surface/q-2-1-t1-row-Surface-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Surface/q-2-1-t1-row-Surface-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Surface/q-2-1-t1-row-Surface-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 5 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-5']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherSurface/q-2-1-t1-row-OtherSurface-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherSurface/q-2-1-t1-row-OtherSurface-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherSurface/q-2-1-t1-row-OtherSurface-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherSurface/q-2-1-t1-row-OtherSurface-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherSurface/q-2-1-t1-row-OtherSurface-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherSurface/q-2-1-t1-row-OtherSurface-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherSurface/q-2-1-t1-row-OtherSurface-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherSurface/q-2-1-t1-row-OtherSurface-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 6 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-6']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Vehicle/q-2-1-t1-row-Vehicle-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Vehicle/q-2-1-t1-row-Vehicle-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Vehicle/q-2-1-t1-row-Vehicle-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Vehicle/q-2-1-t1-row-Vehicle-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Vehicle/q-2-1-t1-row-Vehicle-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Vehicle/q-2-1-t1-row-Vehicle-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Vehicle/q-2-1-t1-row-Vehicle-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Vehicle/q-2-1-t1-row-Vehicle-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 7 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-7']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-CoilCoating/q-2-1-t1-row-CoilCoating-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-CoilCoating/q-2-1-t1-row-CoilCoating-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-CoilCoating/q-2-1-t1-row-CoilCoating-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-CoilCoating/q-2-1-t1-row-CoilCoating-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-CoilCoating/q-2-1-t1-row-CoilCoating-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-CoilCoating/q-2-1-t1-row-CoilCoating-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-CoilCoating/q-2-1-t1-row-CoilCoating-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-CoilCoating/q-2-1-t1-row-CoilCoating-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 8 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-8']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherCoating/q-2-1-t1-row-OtherCoating-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherCoating/q-2-1-t1-row-OtherCoating-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherCoating/q-2-1-t1-row-OtherCoating-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherCoating/q-2-1-t1-row-OtherCoating-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherCoating/q-2-1-t1-row-OtherCoating-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherCoating/q-2-1-t1-row-OtherCoating-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherCoating/q-2-1-t1-row-OtherCoating-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-OtherCoating/q-2-1-t1-row-OtherCoating-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 9 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-9']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Winding/q-2-1-t1-row-Winding-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Winding/q-2-1-t1-row-Winding-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Winding/q-2-1-t1-row-Winding-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Winding/q-2-1-t1-row-Winding-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Winding/q-2-1-t1-row-Winding-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Winding/q-2-1-t1-row-Winding-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Winding/q-2-1-t1-row-Winding-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Winding/q-2-1-t1-row-Winding-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 10 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-10']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Wooden/q-2-1-t1-row-Wooden-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Wooden/q-2-1-t1-row-Wooden-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Wooden/q-2-1-t1-row-Wooden-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Wooden/q-2-1-t1-row-Wooden-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Wooden/q-2-1-t1-row-Wooden-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Wooden/q-2-1-t1-row-Wooden-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Wooden/q-2-1-t1-row-Wooden-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Wooden/q-2-1-t1-row-Wooden-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 11 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-11']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-DryCleaning/q-2-1-t1-row-DryCleaning-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-DryCleaning/q-2-1-t1-row-DryCleaning-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-DryCleaning/q-2-1-t1-row-DryCleaning-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-DryCleaning/q-2-1-t1-row-DryCleaning-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-DryCleaning/q-2-1-t1-row-DryCleaning-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-DryCleaning/q-2-1-t1-row-DryCleaning-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-DryCleaning/q-2-1-t1-row-DryCleaning-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-DryCleaning/q-2-1-t1-row-DryCleaning-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 12 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-12']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Impregnation/q-2-1-t1-row-Impregnation-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Impregnation/q-2-1-t1-row-Impregnation-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Impregnation/q-2-1-t1-row-Impregnation-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Impregnation/q-2-1-t1-row-Impregnation-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Impregnation/q-2-1-t1-row-Impregnation-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Impregnation/q-2-1-t1-row-Impregnation-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Impregnation/q-2-1-t1-row-Impregnation-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Impregnation/q-2-1-t1-row-Impregnation-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 13 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-13']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Leather/q-2-1-t1-row-Leather-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Leather/q-2-1-t1-row-Leather-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Leather/q-2-1-t1-row-Leather-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Leather/q-2-1-t1-row-Leather-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Leather/q-2-1-t1-row-Leather-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Leather/q-2-1-t1-row-Leather-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Leather/q-2-1-t1-row-Leather-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Leather/q-2-1-t1-row-Leather-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 14 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-14']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Footwear/q-2-1-t1-row-Footwear-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Footwear/q-2-1-t1-row-Footwear-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Footwear/q-2-1-t1-row-Footwear-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Footwear/q-2-1-t1-row-Footwear-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Footwear/q-2-1-t1-row-Footwear-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Footwear/q-2-1-t1-row-Footwear-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Footwear/q-2-1-t1-row-Footwear-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Footwear/q-2-1-t1-row-Footwear-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 15 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-15']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Lamination/q-2-1-t1-row-Lamination-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Lamination/q-2-1-t1-row-Lamination-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Lamination/q-2-1-t1-row-Lamination-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Lamination/q-2-1-t1-row-Lamination-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Lamination/q-2-1-t1-row-Lamination-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Lamination/q-2-1-t1-row-Lamination-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Lamination/q-2-1-t1-row-Lamination-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Lamination/q-2-1-t1-row-Lamination-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 16 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-16']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Adhesive/q-2-1-t1-row-Adhesive-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Adhesive/q-2-1-t1-row-Adhesive-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Adhesive/q-2-1-t1-row-Adhesive-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Adhesive/q-2-1-t1-row-Adhesive-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Adhesive/q-2-1-t1-row-Adhesive-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Adhesive/q-2-1-t1-row-Adhesive-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Adhesive/q-2-1-t1-row-Adhesive-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Adhesive/q-2-1-t1-row-Adhesive-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 17 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-17']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Manufacture/q-2-1-t1-row-Manufacture-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Manufacture/q-2-1-t1-row-Manufacture-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Manufacture/q-2-1-t1-row-Manufacture-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Manufacture/q-2-1-t1-row-Manufacture-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Manufacture/q-2-1-t1-row-Manufacture-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Manufacture/q-2-1-t1-row-Manufacture-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Manufacture/q-2-1-t1-row-Manufacture-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Manufacture/q-2-1-t1-row-Manufacture-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 18 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-18']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rubber/q-2-1-t1-row-Rubber-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rubber/q-2-1-t1-row-Rubber-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rubber/q-2-1-t1-row-Rubber-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rubber/q-2-1-t1-row-Rubber-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rubber/q-2-1-t1-row-Rubber-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rubber/q-2-1-t1-row-Rubber-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rubber/q-2-1-t1-row-Rubber-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Rubber/q-2-1-t1-row-Rubber-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 19 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-19']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Oil/q-2-1-t1-row-Oil-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Oil/q-2-1-t1-row-Oil-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Oil/q-2-1-t1-row-Oil-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Oil/q-2-1-t1-row-Oil-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Oil/q-2-1-t1-row-Oil-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Oil/q-2-1-t1-row-Oil-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Oil/q-2-1-t1-row-Oil-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Oil/q-2-1-t1-row-Oil-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 20 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-20']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Pharmaceutical/q-2-1-t1-row-Pharmaceutical-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Pharmaceutical/q-2-1-t1-row-Pharmaceutical-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Pharmaceutical/q-2-1-t1-row-Pharmaceutical-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Pharmaceutical/q-2-1-t1-row-Pharmaceutical-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Pharmaceutical/q-2-1-t1-row-Pharmaceutical-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Pharmaceutical/q-2-1-t1-row-Pharmaceutical-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Pharmaceutical/q-2-1-t1-row-Pharmaceutical-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-Pharmaceutical/q-2-1-t1-row-Pharmaceutical-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 21 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-21']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewCars/q-2-1-t1-row-NewCars-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewCars/q-2-1-t1-row-NewCars-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewCars/q-2-1-t1-row-NewCars-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewCars/q-2-1-t1-row-NewCars-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewCars/q-2-1-t1-row-NewCars-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewCars/q-2-1-t1-row-NewCars-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewCars/q-2-1-t1-row-NewCars-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewCars/q-2-1-t1-row-NewCars-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 22 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-22']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewTruck/q-2-1-t1-row-NewTruck-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewTruck/q-2-1-t1-row-NewTruck-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewTruck/q-2-1-t1-row-NewTruck-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewTruck/q-2-1-t1-row-NewTruck-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewTruck/q-2-1-t1-row-NewTruck-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewTruck/q-2-1-t1-row-NewTruck-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewTruck/q-2-1-t1-row-NewTruck-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewTruck/q-2-1-t1-row-NewTruck-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 23 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-6']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewVans/q-2-1-t1-row-NewVans-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewVans/q-2-1-t1-row-NewVans-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewVans/q-2-1-t1-row-NewVans-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewVans/q-2-1-t1-row-NewVans-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewVans/q-2-1-t1-row-NewVans-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewVans/q-2-1-t1-row-NewVans-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewVans/q-2-1-t1-row-NewVans-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewVans/q-2-1-t1-row-NewVans-H" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> 24 </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id='list-activity-24']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewBuses/q-2-1-t1-row-NewBuses-A" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewBuses/q-2-1-t1-row-NewBuses-B" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewBuses/q-2-1-t1-row-NewBuses-C" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewBuses/q-2-1-t1-row-NewBuses-D" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewBuses/q-2-1-t1-row-NewBuses-E" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewBuses/q-2-1-t1-row-NewBuses-F" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewBuses/q-2-1-t1-row-NewBuses-G" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-t1-row-NewBuses/q-2-1-t1-row-NewBuses-H" /> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="Q-2-1-1-table"> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="cell1"> <text:p> <xsl:call-template name="buildAnswerActivity"> <xsl:with-param name="answer"> <xsl:value-of select="q-2-1-1-a-t-row-activity"/> </xsl:with-param> </xsl:call-template> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-1-a-t-row-name" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-1-a-t-row-operator-name" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-1-a-t-row-address-street" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-1-a-t-row-address-town" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-1-a-t-row-address-code" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-1-a-t-row-address-country" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-1-a-t-row-authority" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-1-1-a-t-row-reasons" /> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="Q-2-3-table"> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-3']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-3-url']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-3-installations']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-3-installations-url" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-3-emissions']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-3-installations-contact-details" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-3-contact-details']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p/> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-3-installations']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-3-emissions-url" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id='q-2-3-emissions']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-2-3-emissions-contact-details" /> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="Q-3-table"> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="cell1"> <text:p> <xsl:call-template name="buildAnswerActivity"> <xsl:with-param name="answer"> <xsl:value-of select="q-3-row-activity"/> </xsl:with-param> </xsl:call-template> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-3-row-substances" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-3-row-tonnes" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-3-row-substance-iupac" /> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-3-row-substance-cas" /> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="Q-4-table"> <xsl:variable name="activity" select="concat('list-activity-',string(position()))"/> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="position()"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id =$activity]"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="." /> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="Q-5-table"> <xsl:variable name="activity" select="concat('list-activity-',string(position()))"/> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="position()"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id =$activity]"/> </text:p> </table:table-cell> <xsl:for-each select="./*"> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="." /> </text:p> </table:table-cell> </xsl:for-each> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="../../q-5-t2/*"/> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="Q-6-table"> <xsl:variable name="activity" select="concat('list-activity-',string(position()))"/> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="position()"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Heading2"> <text:p> <xsl:value-of select="$labels/item[@id =$activity]"/> </text:p> </table:table-cell> <xsl:for-each select="./*"> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="." /> </text:p> </table:table-cell> </xsl:for-each> </table:table-row> </xsl:template> <xsl:template name="Q-7-table"> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id ='q-7-1']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-7/q-7-1" /> </text:p> </table:table-cell> </table:table-row> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="$labels/item[@id ='q-7-2']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-7/q-7-2" /> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="Q-8-table"> <table:table-row table:default-cell-value-type="string" > <table:table-cell table:style-name="Heading1"> <text:p> <xsl:value-of select="$labels/item[@id ='q-8']"/> </text:p> </table:table-cell> <table:table-cell table:style-name="cell1"> <text:p> <xsl:value-of select="./q-10" /> </text:p> </table:table-cell> </table:table-row> </xsl:template> <xsl:template name="getValue" > <xsl:param name="value"/> <!--<xsl:param name="lang" select="'en'"/>--> <xsl:choose> <xsl:when test="$value = 'true'"> <xsl:value-of select="'yes'"/> </xsl:when> <xsl:when test="$value = 'false'"> <xsl:value-of select="'no'"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="$value"/> </xsl:otherwise> </xsl:choose> </xsl:template> <xsl:template name="buildAnswerActivity"> <xsl:param name="answer" select="''"/> <xsl:choose> <xsl:when test="string-length($answer)=0"> - </xsl:when> <xsl:otherwise> <xsl:value-of select="$labels/item[@value=$answer]"/> </xsl:otherwise> </xsl:choose> </xsl:template> </xsl:stylesheet>
European Environment Agency
Kgs. Nytorv 6, DK-1050 Copenhagen K, Denmark