Martin Ågren <martin.agren@xxxxxxxxx> writes: >> 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. Thanks, both.