
On Wed, 2019-07-17 at 16:37 +0200, Ján Tomko wrote: [...]
<?xml version="1.0"?> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<xsl:stylesheet version="1.0" + xmlns="http://www.w3.org/1999/xhtml" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
I suggest formatting this as <xsl:stylesheet version="1.0" xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> instead, as it looks much better IMHO. Whichever version you decide to go with, you have my Reviewed-by: Andrea Bolognani <abologna@redhat.com> as well as my gratitude for tracking down the root cause of that yucky piece of shell scripting :) -- Andrea Bolognani / Red Hat / Virtualization