filename is no longer being passed through to generated docs,
but is being replaced with a relative path to the source dir.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5195
<xsl:attribute name="align">center</xsl:attribute>
</xsl:attribute-set>
+<!-- per Bob Stayton: turn off xml:base processing pro tem -->
+<!-- should hopefully be fixed in next docbook stylesheets release (1.70) -->
+<xsl:template match="@fileref">
+ <xsl:value-of select="."/>
+</xsl:template>
+
</xsl:stylesheet>