Re: Stumped with the seemingly simplest possible use of anyAttribute

2011-03-17 Thread Benson Margulies
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

Re: Stumped with the seemingly simplest possible use of anyAttribute

2011-03-16 Thread Michael Glavassevich
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

Re: Stumped with the seemingly simplest possible use of anyAttribute

2011-03-16 Thread Benson Margulies
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

Stumped with the seemingly simplest possible use of anyAttribute

2011-03-16 Thread Benson Margulies
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";