[
Lists Home |
Date Index |
Thread Index
]
This sounds like lax, skip, and strict respectively. Why invent new
names?
Michael Kay
> -----Original Message-----
> From: bry@itnisk.com [mailto:bry@itnisk.com]
> Sent: 04 January 2004 17:48
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] namespace handling models
>
>
> am wondering if anyone can think of any
> other models for how xml applications handle
> namespaces that are not in the applications
> known namespaces than these:
>
> parse-tree: all elements in the unknown
> namespace is ignored, and children of the
> element are parsed.
>
> ignore-tree: as soon as an element in an
> unknown namespace is encountered that
> element and any children are ignored.
>
> fail: unknown namespaces are a cause for
> failure. Generally due to validation
> failure.
>
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org
> <http://www.xml.org>, an initiative of OASIS
<http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|