|
From: <sv...@va...> - 2005-11-18 18:43:59
|
Author: de Date: 2005-11-18 18:43:56 +0000 (Fri, 18 Nov 2005) New Revision: 5195 Log: Patch to workaround borkage with new docbook stylesheets: filename is no longer being passed through to generated docs,=20 but is being replaced with a relative path to the source dir. Modified: trunk/docs/lib/vg-common.xsl Modified: trunk/docs/lib/vg-common.xsl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/lib/vg-common.xsl 2005-11-18 18:33:28 UTC (rev 5194) +++ trunk/docs/lib/vg-common.xsl 2005-11-18 18:43:56 UTC (rev 5195) @@ -42,4 +42,10 @@ <xsl:attribute name=3D"align">center</xsl:attribute> </xsl:attribute-set> =20 +<!-- per Bob Stayton: turn off xml:base processing pro tem --> +<!-- should hopefully be fixed in next docbook stylesheets release (1.70= ) --> +<xsl:template match=3D"@fileref"> + <xsl:value-of select=3D"."/> +</xsl:template> + </xsl:stylesheet> |