XML
XML Namespaces
XML Namespace is used to avoid element name conflict in XML document. XML Namespace Declaration An XML namespace is declared using the reserved XML attribute….
XML Database
XML database is a data persistence software system used for storing the huge amount of information in XML format. It provides a secure place to…
XML Parsers
An XML parser is a software library or package that provides interfaces for client applications to work with an XML document. The XML Parser is…
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…