logo
November 16, 2021

XML and XSD | XML Validation | Step by Step guide | XML XSD Example | How to use XML XSD in SAP CPI

XML stands for Extensible Markup Language. XML is a markup language like HTML but without any set of predefined tags.
XML – declaration is not a tag. It is used for the transmission of the meta-data of a document.

#sap #sapcpi #cpi #xml #xsd

In XML we use tags <> or marks
XML is used to store and transport data and W3C Recommendation.
XML Validation can be done by Checking XML is well-formed
behaves according to predefined DTD or XML schema

XSD stands for XML Schema Definition.
What is a schema? A schema is simply a standard way to structure. Example for above Customer XML

Leave a Reply

Your email address will not be published. Required fields are marked *