Hello,
Please consider the following XML instance:
<a:foo xmlns:a=”foobar”>
<a:bar
xmlns:b=”foobar”>
</b:bar>
</a:foo>
A few cases should be considered:
- XML Schema is/isn’t
available (should this matter?!) – i.e., should namespaces be
considered only with the presence of a schema?! Is so, how?
- Value of elementFormDefault
(should this matter?!)
Questions:
- is the above well formed?
- If this is not well formed,
then why?
Thanks.
Shlomo