Hello,

I’m encountering a problem in parsing an XML document using the J2SE 1.4
DocumentBuilderFactory (Which should support JAXP 1.2).
Background:
I have created a well-formed XML document that is validated successfully
against a W3C Schema (Located on the same machine). Successful validation is
performed by the XML processor of Internet Explorer. So far so good…
But, when I try to parse the document using the factory of J2SE 1.4 (JAXP
1.2 compatible), the ErrorHandler reports that each element (Starting from
the root) is not declared. For some reason the parser cannot relate the
schema to the instance document.
The instance document is o.k. for sure, so how can I resolve this problem?

Thanks
Shay.



<<attachment: winmail.dat>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to