Define CDATA?

devquora
devquora

Posted On: Feb 22, 2018

 

CDATA is also known as character data that is unparsed or non-validated. To validate, it can be parsed using XML parser.
The illegal Character in XML are < and >
A CDATA begins with <![CDATA[” and ends with “]]>”.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Xml Interview Questions

    Define What is XML?

    XML (Extensible Markup Language), also known as document formatting language is used for creating web pages...

    Xml Interview Questions

    List some features of XML?

    XML or the Extensible Markup Language has some amazing features that are easy when it comes to implementation and learn..

    Xml Interview Questions

    Define the basic XML rules?

    There are certain rules that every XML developer has to follow such as: The root element is a must for XML The tags mus..