Is xml tags are case sensitive?



Is xml tags are case sensitive?..

Answer / Roopendra Kumar

Yes, XML is case-sensitive. Tags like <tag> and <Tag> are treated as different elements.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

why do we use Overloading, Overriding, Boxing, Unboxing, and what is the use of these ?

3 Answers   eXensys,


What is hashtable in c# with example?

1 Answers  


Are tuples mutable c#?

1 Answers  


What does void mean in c#?

1 Answers  


What is the interface in c#?

1 Answers  


What is the difference between internal and private in c#?

1 Answers  


What?s an interface class?

1 Answers  


What?s a satellite assembly?

3 Answers   Visual Soft,


What is tryparse c#?

1 Answers  


What is the use of return in c#?

1 Answers  


Can we make a class private in c#?

1 Answers  


If we write a goto or a return statement in try and catch block will the finally block execute?

6 Answers  


Categories