F
First_step_to_xml
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 (xmlvalidatingreader).
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
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 (xmlvalidatingreader).
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