Ed,
It's nice that the schema has a version attribute, but that doesn't
help you distinguish which version any particular instance will be
using.
It does help actually. We use a custom content describer that
introspects the root element, namespace, and version,
So the document has a version? The schema version attribute doesn't
help...
Yes it does. My example does not, however.
Talk to Sun. :) Though all the schema changes are not
incompatible. Anything valid under v1 will also be valid under v2
(if my example didn't have this, that's my fault.)
So can't you just use the new model for reading old instances then?
For reading, we could. For writing, not so much.
Thanks,
Paul