| |
---|
| | <common formats="/html/xhtml/"> |
---|
| | <xsl:if test="index-of(('tutorial', 'laboratory', 'assignment', 'project', 'question set'), /document/@class)"> |
---|
| | <xsl:if test="$showanswers='yes'"> |
---|
| | <xsl:choose> |
---|
| | <xsl:when test="index-of(('tutorial', 'laboratory'), /document/@class)"> |
---|
| | <xsl:when test="index-of(('tutorial', 'laboratory', 'question set'), /document/@class)"> |
---|
| | <xsl:text>Selected Answers for </xsl:text> |
---|
| | </xsl:when> |
---|
| | <xsl:when test="index-of(('assignment', 'project', 'question set'), /document/@class)"> |
---|
| | <xsl:when test="index-of(('assignment', 'project'), /document/@class)"> |
---|
| | <xsl:text>Sample Solution for </xsl:text> |
---|
| | </xsl:when> |
---|
| | </xsl:choose> |
---|
| | </xsl:if> |
---|
| |
---|
| | <h1> |
---|
| | <xsl:if test="index-of(('tutorial', 'laboratory', 'assignment', 'project', 'question set'), /document/@class)"> |
---|
| | <xsl:if test="$showanswers='yes'"> |
---|
| | <xsl:choose> |
---|
| | <xsl:when test="index-of(('tutorial', 'laboratory'), /document/@class)"> |
---|
| | <xsl:when test="index-of(('tutorial', 'laboratory', 'question set'), /document/@class)"> |
---|
| | <xsl:text>Selected Answers for </xsl:text> |
---|
| | </xsl:when> |
---|
| | <xsl:when test="index-of(('assignment', 'project', 'question set'), /document/@class)"> |
---|
| | <xsl:when test="index-of(('assignment', 'project'), /document/@class)"> |
---|
| | <xsl:text>Sample Solution for </xsl:text> |
---|
| | </xsl:when> |
---|
| | </xsl:choose> |
---|
| | </xsl:if> |
---|
| |
---|
|