[EMAIL PROTECTED] writes:
 > > 169    <xsl:choose>
 > > 170     <xsl:when test="contains(@width, '%')"><!-- as percentage -->
 > 
 > Change line 170 to
 >      <xsl:when test="contains(string(@width), '%')">

are you saying this is a workaround for a bug in Sablotron, or that
other XSL processors are being too forgiving?

Sebastian


Reply via email to