OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] xml validation

[ Lists Home | Date Index | Thread Index ]

but is there not a parser out there that i can use that will do something like:

Parser p = new Parser();
p.setSchemaLocation(schemaFile.xsd);
p.parse(xmlFile.xml);

and this will ensure that each tag in the xml file has a corresponding definition in the schema, and will also throw an error if the schema defines that the information contained in a tag must be an integer, and in the xml file this information is a string.
This kind of parser cant be that simple to write and i can't affoard to process an xml file unless i know that the information in it is what it is supposed to be.

Thanks again,
Brian.

 

 "Gerben Rampaart (Casnet Brussel)" wrote:

It is not so hard to write this yourself ... just use the classes of Java or
C# ... they do the parsing for you and you can also make sure they use a
schema to verify it with ...

Gerben.

-----Original Message-----
From: Brian Shields [mailto:bgshields@yahoo.com]
Sent: 09 October 2002 13:03
To: xml-dev@lists.xml.org
Subject: [xml-dev] xml validation


Hi Guys,
I emailed about this subject yesterday, and got some answers. I have set up
the SAXParser to validate the XML, which is working, but i want to validate
the xml against a particular schema, is there a parser i can set a schema
location and it will ensure the xml file conforms to that schema otherwise
an exception occurs.
I hope i am making some sense!!!

Thanks in advance,
Brian.




Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos, & more
faith.yahoo.com



Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos, & more
faith.yahoo.com



 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS