Opening and closing tags must be written with the same case:
<Message>This is incorrect</message>
<message>This is correct</message>
This blog contaions Dotnet learning/ academic projects. Also, it contains dotnet interview questons with answers.
© Blogger templates Shiny by Ourblogtemplates.com 2008
Back to TOP
Thanks for your explanation. please provide more updates on this topic
ReplyDeleteYes, XML tags are case sensitive. The tag 'Employee' is different from the tag 'employee'.
ReplyDeleteOpening and closing tags must be written with the same case:
'Message' This is incorrect'/message'
This is correct