c# - Can I create an element with forward slash as part of the name -
can create element forwards slash part of name?
<data> <datarow> <orange/apple> fruit </orange/apple> </datarow> </data>
seems invalid me want confirm.
can create element forwards slash part of name?
no, according the grammar pulished on w3.org website not valid character in name.
hexadecimal value 0x20 cannot included in name
0x20
space character , see not on list of valid namechars. considered whitespace unless part of value.
c# .net xml xml-serialization
No comments:
Post a Comment