Validating xml file against xml schema using javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • First_step_to_xml

    #1

    Validating xml file against xml schema using javascript

    Hi All,

    I am trying to take an xml file as input from user and update the sql
    database with this new data from the xml file.

    Before going to the step of updating the data in the database, i want
    to validate this xml file with the xml schema file that i have, to make

    sure that the user has indeed provided a correctly formed xml, and that

    the schema of the xml is correct.

    Now i have searched for some examples as i am new to working with xml
    files, all i get is samples for .net (xmlvalidatingr eader).

    Can you please give me samples that can be used in asp (not asp.net
    please) using javascript to validate an xml file against a given xml
    schema file.

    Appreciate your help a lot

Working...