From 760ff76408818a0b9ea183235e07da1562ca56fc Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 30 Jun 2022 12:14:49 -0500 Subject: XML: Remove the toplevel node name https://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format Per the DBus spec, "Only the root element can omit the node name, as it's known to be the object that was introspected." When we have a DBus XML description: The toplevel element does not need a `name` attribute. While we are at it, reindent all the XML files properly. --- xml/Accessible.xml | 102 ++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) (limited to 'xml/Accessible.xml') diff --git a/xml/Accessible.xml b/xml/Accessible.xml index b081bfdb..5a265885 100644 --- a/xml/Accessible.xml +++ b/xml/Accessible.xml @@ -1,71 +1,71 @@ - - + + - + - + - - - + + + - + - + - + - - - - - + + + + + - - - - + + + + - - - + + + - - - - + + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - + + + - + -- cgit v1.2.1