[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE:
- From: Priscilla Walmsley <priscilla@walmsley.com>
- To: 'Richard Featherstone' <R.Featherstone@uea.ac.uk>
- Date: Tue, 10 Jul 2001 10:05:04 -0400
>
> I'm using 1.4 and changed to '2001/XML' but still get
> 'message' must be
> declared.
>
That's odd. It validates for me.
Did you change it to 2001/XML in both the instance and the schema document?
> Also I had to comment out
>
> parser.setFeature(
> "http://apache.org/xml/features/validation/schema-full-checkin
> g", false);
>
> because I got
>
> org.xml.sax.SAXNotRecognisedException:
> http://apache.org/xml/features/validation/schema-full-checking
>
> error message. Do I need this feature for it to work?
>
I don't think you need that feature for it to be able to find a declaration
for "message." I'm not sure why you got that error, though. I am using the
DOMCount sample that comes with Xerces and the feature works fine for me.
Priscilla Walmsley
Vitria Technology
- Follow-Ups:
- RE:
- From: Richard Featherstone <R.Featherstone@uea.ac.uk>
- References:
- RE:
- From: Richard Featherstone <R.Featherstone@uea.ac.uk>