I've declared the namespace declaration, but still I et the same error.
I am using xerces SAX parser and I've set the required properties(schemalocation and noNameSpaceSchemaLocation) and feature (validation/dynamic) set.
the error FatalError :1:193: The prefix "n" for element "n:myReq" is not bound.
I believe it is not finding my xsd file. How do I specify that in the properties and where in the directory structure should I keep the actual myReq.xsd file?
I really appreciate your help!
thanks,
Aarun
|