From: Michael Orlitzky Date: Fri, 3 Nov 2023 02:47:02 +0000 (-0400) Subject: svgclean.xsl: fix text node processing X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=3a588158a1fe90158df861ee6a7b1c013a9987f2;p=charm-bypass.git svgclean.xsl: fix text node processing We have to use node() instead of "*" to match (child) text nodes. --- diff --git a/svgclean.xsl b/svgclean.xsl index 5077a21..81b7faf 100644 --- a/svgclean.xsl +++ b/svgclean.xsl @@ -20,9 +20,9 @@ any relevant templates to its children. Either we'll hit a within a and process it, or we'll hit this rule again. --> - + - +