On Thu, 31 Oct 2019 at 03:32, brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> wrote: > > On 2019-10-30 at 20:41:04, Martin Ågren wrote: > > 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