Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JDOM User »

[jdom-interest] XML Validation Problem

Krushna B

2004-04-21

Replies:

Hi,
  I am trying to validate an XML file against an XSD using the
following code.

SAXBuilder builder = new
SAXBuilder("org.apache.xerces.parsers.SAXParser", true);
builder.setFeature("http://xml.org/sax/features/validation", true);
builder.setProperty("http://apache.org/xml/properties/schema/external-schemaLocation",
"file:///usr/local/krushna/xsdvalid-25p1/xsd_file.xsd");
Document doc = builder.build(sample.xml);

And I get the error:
Error on line 1 of document file:///usr/local/krushna/sample.xml:
Document is invalid: no grammar found.

The xsd file is correctly located in the specified location. Why then
does it say 'no grammar found' ?
Thanks in advance,
Krushna

_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@(protected)
©2008 junlu.com - Jax Systems, LLC, U.S.A.