[Home] [By Thread] [By Date] [Recent Entries]


Hi,
 
that's not a standard feature. I think it's supported in MSXML and Xerces (the latter via a specific property).
 
Julian

--
<green/>bytes GmbH -- http://www.greenbytes.de/ -- tel:+492512807760

-----Original Message-----
From: Brian Shields [mailto:bgshields@y...]
Sent: Wednesday, October 09, 2002 3:28 PM
To: Gerben Rampaart (Casnet Brussel); xml-dev@l...
Subject: RE: xml validation

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@y...]
Sent: 09 October 2002 13:03
To: xml-dev@l...
Subject: 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!?
http://faith.yahoo.com - Exclusive Performances, Videos, & more
http://faith.yahoo.com

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member