Formosa1 / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

TextMate Bundle doesn't seem to support XSL #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new document, switch to XSL
2. type in tmatch>each and hit Cmd+E

What is the expected output? What do you see instead?
I want
<xsl:template match="">
    <xsl:for-each select="">
    </xsl:for-each>
</xsl:template>

but I see

<tmatch>
    <each></each>
</tmatch>

instead

What version of the product are you using? On what operating system?
Zen Coding 3.1 and Zen HTML 1.3.1 for Textmate on "e Texteditor", the
TextMate clone for Windows.

Original issue reported on code.google.com by nils.wer...@gmail.com on 27 Dec 2009 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by serge....@gmail.com on 15 Feb 2010 at 12:34