On Tue, Jul 25, 2000 at 04:35:29PM +0100, Sebastian Rahtz wrote:
> 165 <xsl:template match="figure">
> 166 <xsl:variable name="width">
> 167 <xsl:choose>
> 168 <xsl:when test="@width"><!-- explicit width specified -->
> 169 <xsl:choose>
> 170 <xsl:when test="contains(@width, '%')"><!-- as percentage -->
Change line 170 to
<xsl:when test="contains(string(@width), '%')">
.robin.
--
Flee to me, remote elf!
- Bug Report Matthew Cordes
- Re: [Sab] Bug Report Mod XSLT
- Re: [Sab] Bug Report Scott Holdren
- [Sab] Bug Report, xsl:choose Sebastian Rahtz
- Re: [Sab] Bug Report, xsl:choose robin
- Re: [Sab] Bug Report, xsl:choos... Sebastian Rahtz
- bug report Joseph M. Reagle Jr.
- Re: [Sab] bug report robin
- Re: [Sab] bug report Joseph M. Reagle Jr.
