Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2010 23:07:23 -0800
From:      Jason Helfman <jhelfman@e-e.com>
To:        freebsd-doc@freebsd.org
Subject:   bug in libcommon.xsl ?
Message-ID:  <20101129070723.GA88964@eggman.experts-exchange.com>

next in thread | raw e-mail | index | archive | help
I am beating my head against the wall trying to get this to work, but I've
come to the conclusion that there must be a bug in libcommon.xsl, as the
template of 'list-heml-advisories' gives the same output for not only
advisories, but also for notices.

I set up something similar to advisories.sgml to make an errata.html for
this testing.

In doing the following,  the resulting errata.html.inc has the SA
advisories, and not the EN notices.

<xsl:template match="/">
   <xsl:call-template name="html-list-advisories">
     <xsl:with-param name="advisories.xml" select="$advisories.xml" />
     <xsl:param name="type" select="'notice'" />
    </xsl:call-template>
</xsl:template>

I've tried so many combinations, and I am convinced that something is broken
at this point.

Ref:
http://www.freebsd.org/cgi/cvsweb.cgi/www/share/sgml/libcommon.xsl

Thanks,
Jason


-- 
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101129070723.GA88964>