Re: [PATCH] manpage-bold-literal.xsl: provide namespaced template for "d:literal"
From: Martin Ågren <hidden>
Date: 2019-10-31 06:21:47
From: Martin Ågren <hidden>
Date: 2019-10-31 06:21:47
On Thu, 31 Oct 2019 at 03:32, brian m. carlson [off-list ref] wrote:
On 2019-10-30 at 20:41:04, Martin Ågren wrote:quoted
I'm pretty sure about the background here, but I'm not at all sure that this is the prettiest or correctest fix.This fix is correct. Thanks for sending a patch for this, and sorry about regressing our bolding behavior.
Thanks! And no worries. I should have spotted this sooner.
If you want to avoid duplication, you can write the existing template as follows: <xsl:template match="literal|d:literal"> That will match both literal and d:literal tags. You still need the namespace declaration you added, of course.
Thanks. I use this for v2. Martin