common-html-rules.xsl 431 B

1234567891011121314151617
  1. <?xml version='1.0'?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  3. <xsl:template match="informaltable[@role]">
  4. <xsl:value-of select="@role" />
  5. </xsl:template>
  6. <xsl:template match="sect3">
  7. </xsl:template>
  8. <xsl:template match="application[child::text() = 'YAKINDU Statechart Tools']" mode="class.value">
  9. <xsl:value-of select="'application-ysct'" />
  10. </xsl:template>
  11. </xsl:stylesheet>