Why is xml called extensible?



Why is xml called extensible?..

Answer / Saurabh Mani

"XML (eXtensible Markup Language) is called extensible because it allows users to define their own custom tags and attributes, making it possible to create new markup languages for specific purposes. This extensibility enables XML to represent a wide variety of data structures and formats, while also being easily parsable by machines"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Are objects passed by reference in c#?

1 Answers  


What is new method in c#?

1 Answers  


What benefit do you get from using a primary interop assembly (pia)?

1 Answers  


What is an interface class in c#?

1 Answers  


What does int parse do in c#?

1 Answers  


Why do we use overloading in c#?

1 Answers  


Can we overload the main method in c#?

1 Answers  


If a class is a ref type, how we can pass to a function.

1 Answers   Synechron,


What is uint64?

1 Answers  


What is inumerable?

1 Answers  


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


What is the difference between list and arraylist c#?

1 Answers  


Categories