[Home] [By Thread] [By Date] [Recent Entries]


Jiri Jirat wrote:
> <AAA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:jj="http://www.zvon.org/jiratj/"
> xsi:noNamespaceSchemaLocation="correct_0.xsd"><jj:a/></AAA>
> 
> schema (correct_0.xsd):
> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:jj="http://www.zvon.org/jiratj/"
> xmlns:html="http://www.w3.org/TR/REC-html40">
>       <xsd:element name="AAA">
>        <xsd:complexType>
>         <xsd:complexContent>
>          <xsd:restriction base="xsd:anyType"/>
>         </xsd:complexContent>
>        </xsd:complexType>
>       </xsd:element>
>       </xsd:schema>
> 
> But both xsv and Xerces-J haven't say even "boooo!" and where happy :-(
> 
> (I am using Xerces 2.0.0, the xsv is some month old)

Xerces 2.0.0 reports the following error:
[[
[Error] schema.xml:4:60: cvc-complex-type.2.1: Element 'AAA' 
must have no character or element information item [children], 
because the types content type is empty.
]]

Do you turn on the validation/schema feature..?

-- 
Elena Litani / IBM Toronto

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member