Forum Discussion

NisHera's avatar
NisHera
Valued Contributor
10 years ago

Verification of XML data

Hi, I'm having a new task of verifing XML data. One of the product of our company generates XML files, which to be uploaded to external web services.  My task is to make sure /test correct data ...
  • TanyaYatskovska's avatar
    10 years ago

    Hi Nishnatha,


     


    You may consider using XSD to validate your XML. It allows you to validate the structure of XML files, the valid values of attributes, etc. 


    Here is the description of the XML Schema: https://en.wikipedia.org/wiki/XML_Schema_(W3C)