svn commit: r39219 - projects/sgml2xml/share/sgml

Gabor Kovesdan gabor at FreeBSD.org
Mon Jul 16 09:03:32 UTC 2012


Author: gabor
Date: Mon Jul 16 09:03:32 2012
New Revision: 39219
URL: http://svn.freebsd.org/changeset/doc/39219

Log:
  - &leadingmark; is an entity reference, not an XSLT variable
  
  Approved by:	doceng (implicit)

Modified:
  projects/sgml2xml/share/sgml/libcommon.xsl

Modified: projects/sgml2xml/share/sgml/libcommon.xsl
==============================================================================
--- projects/sgml2xml/share/sgml/libcommon.xsl	Mon Jul 16 08:59:34 2012	(r39218)
+++ projects/sgml2xml/share/sgml/libcommon.xsl	Mon Jul 16 09:03:32 2012	(r39219)
@@ -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>


More information about the svn-doc-projects mailing list