Can i use symbol ':' in xml attributes like
<tag1 attribute1:meaning1="true">
Can i use symbol ':' in xml attributes like
<tag1 attribute1:meaning1="true">
The :
is used to include a namespace (which is part of the fully qualified name of the attribute) before the local name of the node.
So, yes it is allowed.