This could well be user error, which is why I am not using the "Report a Bug" link.
I am editing an XML schema in jEdit 4.2pre11, using XMLPlugin 0.13 (plus its required companions), running on JDK 1.4.2_04/Win2K. No matter what I do, I get this error in the Error List:
cvc-elt.1: Cannot find the declaration of element 'xs:schema'.
The XML Insert pane shows the proper tags available, so jEdit did find a schema somewhere. Also, the target file does validate against my schema. Using "Edit tag at caret" to edit the <xs:schema>
tag brings up the expected dialog box, BUT it also deletes the namespace binding for the "xs:" prefix.
I could be doing something wrong, but I didn't find any clues in the plugin documentation. Here is what my schema looks like at the moment:
<?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element ...> etc... </xs:schema>
I have tried several permutations with various attributes for <xs:schema>, but I don't think that is the root cause. Any hints?
PCS