]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Remove <code> from <summary> entries due to RNG error
authorJohn Ferlan <jferlan@redhat.com>
Sat, 2 Sep 2017 12:05:32 +0000 (08:05 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 2 Sep 2017 12:06:59 +0000 (08:06 -0400)
commit4ee36c33ed371a1d9dfb9cd97b2af0ee08abd3f3
treeb191c045f532f4d0c5c448524b83b93163771059
parent96e55048c3acb293c5b6b49707af9903d54118b1
docs: Remove <code> from <summary> entries due to RNG error

commit '96e55048' caused make check failure for virschematest:

1929) Checking ../docs/news.xml against ../news.rng                     ... libvirt: XML Util error : XML document failed to validate against schema: Unable to validate doc against /home/jferlan/git/libvirt.work/docs/schemas/../news.rng
Datatype element summary has child elements
Element summary failed to validate content
Datatype element summary has child elements
Element summary failed to validate content
^[[31m^[[1mFAILED^[[0m

That's because <code> elements don't appear to be allowed in the schema.
Rather than attempt to fix the schema, figured it was simpler to just
remove them and let the schema fix happen later.
docs/news.xml