A
A
Alexander Alexandrov2010-12-28 09:10:30
Emmet
Alexander Alexandrov, 2010-12-28 09:10:30

How to make Zen coding for Notepad++ work for XSL?

Please tell me the magic recipe from which zen coding for xsl will start working.
I looked through the plugin code, xsl tokens exist, but for some reason I can’t apply them. I type "tm", but instead I get Maybe I'm doing something wrong. Thank you.

'xsl': {
'extends': 'html',
'filters': 'html, xsl',
'abbreviations': {
'tm': '<xsl:template match="" mode=""></xsl:template>',
'tmatch': 'tm',
'tn': '<xsl:template name=""></xsl:template>',
'tname': 'tn',
'xsl:when': '<xsl:when test=""></xsl:when>',
'wh': 'xsl:when',
'var': '<xsl:variable name="">|</xsl:variable>',
'vare': '<xsl:variable name="" select=""/>',
'if': '<xsl:if test=""></xsl:if>',
'call': '<xsl:call-template name=""/>',
'attr': '<xsl:attribute name=""></xsl:attribute>',
'wp': '<xsl:with-param name="" select=""/>',
'par': '<xsl:param name="" select=""/>',
'val': '<xsl:value-of select=""/>',
'co': '<xsl:copy-of select=""/>',
'each': '<xsl:for-each select=""></xsl:for-each>',
'for': 'each',
'ap': '<xsl:apply-templates select="" mode=""/>',

//expandos
'choose+': 'xsl:choose>xsl:when+xsl:otherwise'
}
},



<xsl:template match="" mode=""></xsl:template>


<tm></tm>


Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
chikuyonok, 2010-12-28
@chikuyonok

code.google.com/p/zen-coding/issues/detail?id=160

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question