wrote:
> I am writing an application which uses the following class to parse and
> validate an xml file.
> The 'filename' in the InputSource line is the file which is selected to
> be opened from the JFileChooser in another class. The problem is that
> it seems to open the file fine and it seems to find well-formedness
> errors but I don't think it is actually validating against a schema at
> all.
I am not sure but I think there may be extra properties or features one
must set to convince the parser to use a schema to validate. Consult
the documentation for your parser.
HTH,
Ray
--
This signature intentionally left blank.