svghmi/gen_index_xhtml.xslt
branchsvghmi
changeset 2878 bec552270ad1
parent 2877 682bce953795
child 2879 58e6a91dc37f
equal deleted inserted replaced
2877:682bce953795 2878:bec552270ad1
   519   </xsl:template>
   519   </xsl:template>
   520   <xsl:variable name="result_svg">
   520   <xsl:variable name="result_svg">
   521     <xsl:apply-templates mode="inline_svg" select="/"/>
   521     <xsl:apply-templates mode="inline_svg" select="/"/>
   522   </xsl:variable>
   522   </xsl:variable>
   523   <xsl:variable name="result_svg_ns" select="exsl:node-set($result_svg)"/>
   523   <xsl:variable name="result_svg_ns" select="exsl:node-set($result_svg)"/>
       
   524   <xsl:template name="debug_unlink">
       
   525     <xsl:for-each select="$to_unlink">
       
   526       <xsl:value-of select="@id"/>
       
   527       <xsl:text>
       
   528 </xsl:text>
       
   529     </xsl:for-each>
       
   530   </xsl:template>
   524   <xsl:template match="/">
   531   <xsl:template match="/">
   525     <xsl:comment>
   532     <xsl:comment>
   526       <xsl:text>Made with SVGHMI. https://beremiz.org</xsl:text>
   533       <xsl:text>Made with SVGHMI. https://beremiz.org</xsl:text>
   527     </xsl:comment>
   534     </xsl:comment>
   528     <xsl:comment>
   535     <xsl:comment>
   547       <xsl:text>
   554       <xsl:text>
   548 </xsl:text>
   555 </xsl:text>
   549       <xsl:text>debug_detachables:
   556       <xsl:text>debug_detachables:
   550 </xsl:text>
   557 </xsl:text>
   551       <xsl:call-template name="debug_detachables"/>
   558       <xsl:call-template name="debug_detachables"/>
       
   559       <xsl:text>
       
   560 </xsl:text>
       
   561     </xsl:comment>
       
   562     <xsl:comment>
       
   563       <xsl:text>
       
   564 </xsl:text>
       
   565       <xsl:text>debug_unlink:
       
   566 </xsl:text>
       
   567       <xsl:call-template name="debug_unlink"/>
   552       <xsl:text>
   568       <xsl:text>
   553 </xsl:text>
   569 </xsl:text>
   554     </xsl:comment>
   570     </xsl:comment>
   555     <xsl:comment>
   571     <xsl:comment>
   556       <xsl:text>Unlinked :
   572       <xsl:text>Unlinked :