From "parsing speed" point of view, how much influence(if any) has number of attributes and depth of XML document on parsing speed? Is it better to use more elements or as many attributes as possible? Is "deep" XML structure hard to read?
I am aware that if I would use more attributes, XML would be not so heavy and that adapting XML to parser is not right way to create XML file
thanks