XML Validation
CDATA vs PCDATA
CDATA CDATA: (Unparsed Character data): CDATA contains the text which is not parsed further in an XML document. Tags inside the CDATA text are not…
DTD vs XSD
There are many differences between DTD (Document Type Definition) and XSD (XML Schema Definition). In short, DTD provides less control on XML structure whereas XSD…
XML Schema
What is XML schema XML schema is a language which is used for expressing constraint about XML documents. There are so many schema languages which…
XML Validation
A well formed XML document can be validated against DTD or Schema. A well-formed XML document is an XML document with correct syntax. It is…