From: Eric Engestrom Date: Tue, 22 Jan 2019 16:49:29 +0000 (+0000) Subject: driinfo: add DTD to allow the xml to be validated X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a213b927f277cf0320d9f7395a4ce9012bc98358;p=mesa.git driinfo: add DTD to allow the xml to be validated This DTD can be used to validate the output and make sure any parsers out there can handle it: $ xmllint --noout --valid driinfo.xml Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/src/util/xmlpool.h b/src/util/xmlpool.h index e9a3f8b1cf9..a1ec4f3a6c3 100644 --- a/src/util/xmlpool.h +++ b/src/util/xmlpool.h @@ -42,6 +42,22 @@ /** \brief Begin __driConfigOptions */ #define DRI_CONF_BEGIN \ +"" \ +"" \ +" " \ +" " \ +" " \ +" " \ +" " \ +" " \ +" " \ +"]>" \ "\n" /** \brief End __driConfigOptions */