svghmi/gen_index_xhtml.xslt
branchsvghmi
changeset 2789 ba0dd2ec6dc4
parent 2788 2ed9ff826d03
child 2790 8fab1886ebec
equal deleted inserted replaced
2788:2ed9ff826d03 2789:ba0dd2ec6dc4
   109 </xsl:text>
   109 </xsl:text>
   110     <xsl:text>    var id = "</xsl:text>
   110     <xsl:text>    var id = "</xsl:text>
   111     <xsl:value-of select="@id"/>
   111     <xsl:value-of select="@id"/>
   112     <xsl:text>";
   112     <xsl:text>";
   113 </xsl:text>
   113 </xsl:text>
   114     <xsl:if test="&#xAB;@inkscape:label&#xBB;">
   114     <xsl:if test="@inkscape:label">
   115       <xsl:text>name = "</xsl:text>
   115       <xsl:text>name = "</xsl:text>
   116       <xsl:value-of select="@inkscape:label"/>
   116       <xsl:value-of select="@inkscape:label"/>
   117       <xsl:text>";
   117       <xsl:text>";
   118 </xsl:text>
   118 </xsl:text>
   119     </xsl:if>
   119     </xsl:if>