]> git.saurik.com Git - bison.git/blobdiff - data/xslt/xml2xhtml.xsl
xml: also use "%empty" with html output
[bison.git] / data / xslt / xml2xhtml.xsl
index d2cfed4ccd5f27dea43fc9c50437ef370da870ff..c7c56887f5bd592a10a2be952a5a4ef585d25eda 100644 (file)
       <xsl:text> </xsl:text>
       <span class="point">.</span>
     </xsl:if>
-    <xsl:if test="$itemset = 'true' and name(.) != 'empty'">
-      <xsl:apply-templates select="."/>
-    </xsl:if>
-    <xsl:if test="$itemset != 'true'">
-      <xsl:apply-templates select="."/>
-    </xsl:if>
+    <xsl:apply-templates select="."/>
     <xsl:if test="position() = last() and position() = $point">
       <xsl:text> </xsl:text>
       <span class="point">.</span>
 </xsl:template>
 
 <xsl:template match="empty">
-  <xsl:text> &#949;</xsl:text>
+  <xsl:text> %empty</xsl:text>
 </xsl:template>
 
 <xsl:template match="lookaheads">