RE: Namespace prefix throws spanner in works

2005-05-23 Thread Adam Hardy
A question about xmlbeans: if I change the schema locally and compile my xmlbeans into a jar, is that elementFormDefault attribute ( all schema info) compiled into my jar, or will xmlbeans validate() try to reference the schema again? In my current set-up in Eclipse, I am certain that the app is

Namespace prefix throws spanner in works

2005-05-20 Thread Adam Hardy
Hi, I hope someone give me a clue how to proceed with this issue: I compiled a set of beans against my schema and now I'm using them in my app. I parse an XML doc into the document, and then when I call doc.validate(), I get a series of validation errors. My xml header looks like this: ?xml