svn commit: r42346 - projects/db5/share/xsl
Warren Block
wblock at wonkity.com
Sun Jul 21 16:54:09 UTC 2013
On Sun, 21 Jul 2013, Gabor Kovesdan wrote:
> Author: gabor
> Date: Sun Jul 21 14:36:42 2013
> New Revision: 42346
> URL: http://svnweb.freebsd.org/changeset/doc/42346
>
> Log:
> - textobjects do not work and we do not need them anyway
>
> Modified:
> projects/db5/share/xsl/freebsd-dblatex.xsl
>
> Modified: projects/db5/share/xsl/freebsd-dblatex.xsl
> ==============================================================================
> --- projects/db5/share/xsl/freebsd-dblatex.xsl Sun Jul 21 14:25:45 2013 (r42345)
> +++ projects/db5/share/xsl/freebsd-dblatex.xsl Sun Jul 21 14:36:42 2013 (r42346)
> @@ -9,6 +9,8 @@
> <xsl:param name="latex.encoding">utf8</xsl:param>
> <xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=blue,citecolor=blue,urlcolor=blue</xsl:param>
>
> + <xsl:template match="textobject"/>
> +
> <xsl:template match="filename">
> <xsl:choose>
> <!-- \Url cannot stand in a section heading -->
The imageobject example in the FDP Primer uses textobjects. Should it
be updated?
More information about the svn-doc-projects
mailing list