Thanks.
On Wed, Mar 16, 2011 at 9:20 PM, Michael Glavassevich
wrote:
> Benson,
>
> It's a default value that's biting you. processContent="strict" [1] when you
> don't specify it. Your document would only be valid if your schema contained
> a global attribute declaration for "blather" but you hav
Benson,
It's a default value that's biting you. processContent="strict" [1] when
you don't specify it. Your document would only be valid if your schema
contained a global attribute declaration for "blather" but you haven't
declared one.
Try or if you're not expecting or requiring the
attribute
Oops, I sent the wrong version of the schema below. Remove the
of course.
On Wed, Mar 16, 2011 at 7:33 PM, Benson Margulies wrote:
> Xerces 2.9.1, and everything else I've tried, rejects an attribute
> that I'm trying to permit with xs:anyAttribute. it seems just about as
> simple of an applicat
Xerces 2.9.1, and everything else I've tried, rejects an attribute
that I'm trying to permit with xs:anyAttribute. it seems just about as
simple of an application as possible, so I imagine that I'm missing
something pretty silly.
A very simple schema:
http://www.w3.org/2001/XMLSchema";