<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:variable name="colsect" saxon:assignable="yes" select="0"/>
	<xsl:template match="tbody">
		<xsl:if test="@id">
			<a name="{@id}"/>
		</xsl:if>
		<xsl:for-each select="ancestor::tgroup/colspec">
			<xsl:variable name="temp">
				<xsl:number>
					<xsl:value-of select="@colwidth"/>
				</xsl:number>
			</xsl:variable>
			<saxon:assign name="colsect" select="$colsect + $temp"/>
		</xsl:for-each>

		<table>
			<tr>
				<td width="{ancestor::tgroup/colspec/@colwidth}">
					<xsl:text>test</xsl:text>
				</td>
				<td width="{ancestor::tgroup/colspec/@colwidth}">
					<xsl:text>tset</xsl:text>
				</td>
			</tr>
		</table>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2004. Sonic Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="DMC&#x2D;BICYCLEXXXAAA&#x2D;AAA&#x2D;D00&#x2D;00&#x2D;00&#x2D;0000&#x2D;041A&#x2D;A_000&#x2D;02.xml" htmlbaseurl="" outputurl="" processortype="internal" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition></MapperMetaTag>
</metaInformation>
-->