- &leadingmark; is an entity reference, not an XSLT variable
Approved by: doceng (implicit)
This commit is contained in:
parent
d5692a2834
commit
aa5fd185bc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39219
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@
|
|||
|
||||
<!-- template: "link" generates links inside of category -->
|
||||
<xsl:template match="link">
|
||||
<xsl:value-of select="$leadingmark" />
|
||||
&leadingmark;
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:choose>
|
||||
|
|
Loading…
Reference in a new issue