[libvirt] [PATCH 1/2] docs: news: remove sed sorcery

Andrea Bolognani abologna at redhat.com
Wed Jul 17 15:00:10 UTC 2019


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 at 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




More information about the libvir-list mailing list