fixed characters coding problem
[mdictionary] / trunk / src / base / xsl.xsl
index d937301..ce50c46 100644 (file)
@@ -9,8 +9,9 @@
                <th><xsl:value-of select="ar/dict[1]/key"/></th>
        </tr>
        <xsl:for-each select="ar/dict"> 
+               <!-- <xsl:variable name="path" select="info/@path"/>-->
                <tr bgcolor="#99FF99">
-                       <th><xsl:value-of select="info"/></th>
+                       <th><xsl:value-of select="info"/> <!-- <img src="{$path}"/> --></th>
                </tr>
                <xsl:for-each select="t">
                        <tr>