From a213b927f277cf0320d9f7395a4ce9012bc98358 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 22 Jan 2019 16:49:29 +0000 Subject: [PATCH] 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 --- src/util/xmlpool.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 */ -- 2.30.2