Is XML case-sensitive?
Yes, so and are different elements.
Example:
With XML, the tag
Opening and closing tags must therefore be written with the same case:
<Message>This is incorrect</message>
<message>This is correct</message>
Yes, so and are different elements.
Example:
With XML, the tag
Opening and closing tags must therefore be written with the same case:
<Message>This is incorrect</message>
<message>This is correct</message>