Re: Streamable schema-aware processing

On Oct 15, 2015, at 11:50 AM, C. M. Sperberg-McQueen wrote:
> ... consider the schema denoted by the following schema document, and the
> two following sample elements:
> 
>  <schema xmlns="http://www.w3.org/2001/XMLSchema"
>    targetNamespace="http://example.com/ns1">
>    <element name="e" mixed="true">
>      <sequence/>
>    </element>
>  </schema>
> 
>  <e>This is example 1.</e>
>  <e>This is <e>example 2</e>.</e>

Wrong.  These should each have begun with

  <e xmlns="http://example.com/ns1">...

Sorry for the error.

-- 
****************************************************************
* C. M. Sperberg-McQueen, Black Mesa Technologies LLC
* http://www.blackmesatech.com 
* http://cmsmcq.com/mib                 
* http://balisage.net
****************************************************************

Received on Thursday, 15 October 2015 18:41:04 UTC