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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to