Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Validating xml file against xml schema using javascript

Reply
Thread Tools

Validating xml file against xml schema using javascript

 
 
First_step_to_xml
Guest
Posts: n/a
 
      06-28-2006
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
validating XML against schema using JDOM srujana XML 2 12-31-2005 11:20 AM
Validating parsed XML document against XML-schema TKok Java 1 12-08-2005 02:01 PM
problem validating xml against schema Mike P ASP .Net 1 12-06-2004 01:34 PM
Validating XML against a DTD that is not supplied in the XML Schema Ben Jessel Java 0 08-05-2004 11:45 AM
Validating XML file against an XSD schema in an ASP.NET page simon ames ASP .Net 1 04-11-2004 09:01 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57