Taxnet.XSLT-Snippets
Installation
Required
Manual Installation
- Go to Tools > Extensions and Updates... > Choose
"Online" > Type "Taxnet.XSLT Snippets" :
- Restart
VS
- Check out the snippets list
- Enjoy this shit
Snippets
Prefix |
Description |
SurroundsWith |
cm |
<!-- $1 --> |
yes |
var |
<xsl:variable name="$1">$2</xsl:variable> |
yes |
val |
<xsl:value-of select="$1" /> |
no |
choose |
<xsl:choose> <xsl:when select="$1">$2</xsl:when> <xsl:otherwise>$3</xsl:otherwise> </xsl:choose> |
yes |
if |
<xsl:if select="$1">$2</xsl:if> |
yes |
temp |
<xsl:template match="$1">$2</xsl:template> |
yes |
param |
<xsl:param name="$1" /> |
no |
with |
<xsl:with-param name="$1" select="$2" /> |
no |
apply |
<xsl:apply-templates match="$1" /> |
no |
sty |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="2.0"> </xsl:stylesheet> |
yes |
ToDo: Закончить список
| |