[
Lists Home |
Date Index |
Thread Index
]
Hello,
it's very hard for me to write this, but
after examining everything, rechecking all scripts, options, sources
which were left after my wild experiments, I must admit the mistake is
on my side. I hope the developers would excuse me, I did blame the
validators wrongfully.
I am just stupid novice, lost in the labyrinth. :-(
Thank you for your help and the hottest and most useful discussion
on XML-DEV I have seen for the last few months.
I am sorry again, but now I know one thing - there is nearly no one,
who can authoritatively say: "This must be invalid, you are wrong.".
My apologies again
Jirka
Elena Litani wrote:
> 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..?
>
--
<name firstName="Jirka" surname="Jirat"/>
<mail> jiratj@systinet.com </mail>
<support> http://www.zvon.org </support>
<zvonMailingList> http://www.zvon.org/index.php?nav_id=4
</zvonMailingList>
|