Hi Jirka,

I haven't delved into this but given the responses to the thread [1] you 
started on the W3C xmlschema-dev list I have a feeling that this isn't a 
bug.

Thanks.

[1] http://lists.w3.org/Archives/Public/xmlschema-dev/2007Apr/0001.html

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]

Jirka Kosek <[EMAIL PROTECTED]> wrote on 04/04/2007 05:55:42 PM:

> Hi,
> 
> I don't see any means for sending bug report on the page
> http://issues.apache.org/jira/browse/XERCESJ so I'm using mail for
> sending bugreport.
> 
> When I use xs:redefine to modify XHTML 1.1 Schema:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";
>            targetNamespace="http://www.w3.org/1999/xhtml";
>            xmlns="http://www.w3.org/1999/xhtml";>
> 
>   <xs:redefine 
schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd";>
> 
>     <xs:group name="tr.content">
>       <xs:sequence>
>         <xs:choice maxOccurs="unbounded">
>           <!-- Remove th: <xs:element ref="th"/> -->
>           <xs:element ref="td"/>
>         </xs:choice>
>       </xs:sequence>
>     </xs:group>
> 
>   </xs:redefine>
> 
> </xs:schema>
> 
> I got the following error from Xerces:
> 
> Description: mg-props-correct.2: Circular definitions detected for group
> ':tr.content_fn3dktizrknc9pi'. Recursively following the {term} values
> of the particles leads to a particle whose {term} is the group itself.
> URL: http://www.w3.org/TR/xmlschema-1/#mg-props-correct
> 
> It seems that similar bug was reported in 2004
> (http://www.xml-xerces.com/msg/64714.html), but I was not yet resolved.
> 
> TIA,
> 
>             Jirka
> 
> -- 
> ------------------------------------------------------------------
>   Jirka Kosek      e-mail: [EMAIL PROTECTED]      http://xmlguru.cz
> ------------------------------------------------------------------
>        Professional XML consulting and training services
>   DocBook customization, custom XSLT/XSL-FO document processing
> ------------------------------------------------------------------
>  OASIS DocBook TC member, W3C Invited Expert, ISO/JTC1/SC34 member
> ------------------------------------------------------------------
>  Want to speak at XML Prague 2007 => http://xmlprague.cz/cfp.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to