Swagger tutorial Swagger is the standard way of documenting the Standard APIs. Swagger is helpful when deploying APIs in azure. Swagger is…
schema
-
-
XML Validation A well formed XML document can be validated against DTD or Schema. A well-formed XML document is an XML document…
-
DTD vs XSD There are many differences between DTD (Document Type Definition) and XSD (XML Schema Definition). In short, DTD provides less…
-
XML Attributes XML elements can have attributes. By the use of attributes we can add the information about the element. XML attributes…
-
XML CSS Purpose of CSS in XML CSS (Cascading Style Sheets) can be used to add style and display information to an…
-
XML Database XML database is a data persistence software system used for storing the huge amount of information in XML format. It…
-
XML DOM What is XML DOM DOM is an acronym stands for Document Object Model. It defines a standard way to access…
-
XML DTD What is DTD DTD stands for Document Type Definition. It defines the legal building blocks of an XML document. It…
-
XML Namespaces XML Namespace is used to avoid element name conflict in XML document. XML Namespace Declaration An XML namespace is declared…
-
XML Schema What is XML schema XML schema is a language which is used for expressing constraint about XML documents. There are…