bug in libcommon.xsl ?
Jason Helfman
jhelfman at e-e.com
Mon Nov 29 07:10:24 UTC 2010
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
More information about the freebsd-doc
mailing list