- &leadingmark; is an entity reference, not an XSLT variable

Approved by:	doceng (implicit)
This commit is contained in:
Gabor Kovesdan 2012-07-16 09:03:32 +00:00
parent d5692a2834
commit aa5fd185bc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39219

View file

@ -1363,7 +1363,7 @@
<!-- template: "link" generates links inside of category --> <!-- template: "link" generates links inside of category -->
<xsl:template match="link"> <xsl:template match="link">
<xsl:value-of select="$leadingmark" /> &leadingmark;
<a> <a>
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:choose> <xsl:choose>