Get benefited from interview Q/A and Online Test section. Subscribe to this blog to get updates directly in your mail box.
Best View in Google Crome, Mozilla firefox or IE 7 or above

Thursday, October 7, 2010

Is XML case sensitive?

Yes, XML tags are case sensitive. The tag <Employee> is different from the tag <employee>.

Opening and closing tags must be written with the same case:

<Message>This is incorrect</message>

<message>This is correct</message>

2 comments:

  1. Thanks for your explanation. please provide more updates on this topic

    ReplyDelete
  2. Yes, XML tags are case sensitive. The tag 'Employee' is different from the tag 'employee'.

    Opening and closing tags must be written with the same case:

    'Message' This is incorrect'/message'

    This is correct

    ReplyDelete

  © Blogger templates Shiny by Ourblogtemplates.com 2008

Back to TOP