running sablotron 0.42, I get

Error [code:224] [URI:file:/home/rahtz/Home/tug2000/papers/rahtz/tei2tex.xsl] 
[line:169] [node:element '<xsl:choose>'] 
  illegal argument type

where the context is

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 -->

Is this the nested choose, or the preceding when?

sebastian rahtz


Reply via email to