OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] 5.1b2 xsd schema invalid with xmllint?


I get the same thing when I try to validate against the xml.xsd.


On 06/04/2011 10:06 AM, Joshua Wulf wrote:
> Hi, I'm using the 5.1b2 xsd with xmllint. Trying to validate one of the
> example topics from the V1.3 Guide nets me this:
> 
> [jwulf@gaura Docbook_5]$ xmllint --schema
> /usr/share/xml/docbook5/schema/xsd/5.1b2/assembly.xsd docbook5_topic.xml
> /usr/share/xml/docbook5/schema/xsd/5.1b2/assembly.xsd:16793: element
> complexType: Schemas parser error : local complex type: The content
> model is not determinist.
> /usr/share/xml/docbook5/schema/xsd/5.1b2/assembly.xsd:17701: element
> complexType: Schemas parser error : local complex type: The content
> model is not determinist.
> /usr/share/xml/docbook5/schema/xsd/5.1b2/assembly.xsd:17722: element
> complexType: Schemas parser error : local complex type: The content
> model is not determinist.
> WXS schema /usr/share/xml/docbook5/schema/xsd/5.1b2/assembly.xsd failed
> to compile
> <?xml version="1.0"?>
> <topic xmlns="http://docbook.org/ns/docbook"; version="5.1">
> <info>
>   <title>Troubleshooting</title>
> </info>
> 
> <para>If your <citetitle>Joo Janta 200 Super-Chromatic Peril Sensitive
> Sunglasses</citetitle> become opaque, do not be alarmed. That's more
> or less the point.</para>
> 
> </topic>
> 
> 
> DTD validation seems to work fine:
> [jwulf@gaura Docbook_5]$ xmllint --dtdvalid
> /usr/share/xml/docbook5/schema/dtd/5.1b2/docbook.dtd docbook5_topic.xml
> <?xml version="1.0"?>
> <topic xmlns="http://docbook.org/ns/docbook"; version="5.1">
> <info>
>   <title>Troubleshooting</title>
> </info>
> 
> <para>If your <citetitle>Joo Janta 200 Super-Chromatic Peril Sensitive
> Sunglasses</citetitle> become opaque, do not be alarmed. That's more
> or less the point.</para>
> 
> </topic>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-help@lists.oasis-open.org
> 


-- 
Give us your feedback on JBoss Enterprise Documentation, take the key
survey:
http://www.keysurvey.com/survey/361436/1065/



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]