Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Taxnet.XSLT Snippets
Taxnet.XSLT Snippets

Taxnet.XSLT Snippets

Preview

Max Koshmin

|
21 installs
| (0) | Free
Xslt snippets for the software support group of Taxnet
Download

Taxnet.XSLT-Snippets

  • Author: Max Koshmin, Taxnet Referent
  • Version: 0.1
  • Date: 13 Jan 2020

Installation

Required

  • Install Visual Studio

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: Закончить список

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft