[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] a namespace definitions related question(s)
- From: "Anne Thomas Manes" <atmanes@gmail.com>
- To: "Shlomo Yona" <S.Yona@f5.com>
- Date: Mon, 19 Feb 2007 07:13:15 -0500
On 2/19/07, Shlomo Yona <S.Yona@f5.com> wrote:
>
> 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?!)
>
Having accessibility to the XML Schema only matters if you plan to use
the schema for processing, e.g., validation. Compliance with the
schema, whether or not it is present, matters if the application
processing the XML expects the element to conform to the schema. And
if the application expects conformance to the schema, then namespaces
must be considered, including the value of elementFormDefault.
Anne
>
> Questions:
>
> is the above well formed?
> If this is not well formed, then why?
>
>
>
>
>
>
>
> Thanks.
>
>
>
> Shlomo
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]