Initial commit
This commit is contained in:
6
xslt/htmlToEscPos.xslt
Normal file
6
xslt/htmlToEscPos.xslt
Normal file
@@ -0,0 +1,6 @@
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output method="xml" omit-xml-declaration="yes" />
|
||||
<xsl:template match="/">
|
||||
<xsl:for-each select="table/tbody/tr">\n<xsl:value-of select="td[2]" />x <xsl:value-of select="td[3]" />\n</xsl:for-each>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user