System.Xml.XmlException: The name cannot begin with the character "9", the hexadecimal value 0x39
This is because tags cannot start with numbers, or is it due to xml encoding
Yes, element names cannot begin with a number .
"XML element names cannot begin with a number character or punctuation."
A source
They cannot begin with numbers (or the string "xml", for future reference).
In addition, you should avoid the following characters:
. - :
In the names.
Source: https://habr.com/ru/post/1333035/More articles:How to get the maximum TCP send / receive window in MAC OS X? - linuxSubversion merges commit with previous commit - svnWhat does the Core Animation 506 rendering error mean? - iosCompiling libpq with iOS SDK 4.2 - iosMap routes for pagination in MVC - c #How to understand if (name in {}) in javascript? - javascriptCall Monitor.Enter inside the try statement and call it outside the try statement - multithreadingUnderstanding Staticity in C # - c #The best way to handle the same section on a page is javascriptWpf list with DataTemplate does not select an item if a template control is selected - wpfAll Articles