WSDL-Viewer: Self-referencing element within a xsd:choice block circumvents 
anti-recursion
------------------------------------------------------------------------------------------

                 Key: WODEN-214
                 URL: https://issues.apache.org/jira/browse/WODEN-214
             Project: Woden
          Issue Type: Bug
          Components: Tools
    Affects Versions: M9
         Environment: Windows/Mozilla XSLT processors
            Reporter: W. Brian Gourlie


See the following block:

            <xsd:complexType name="SelfReferencingType">
                <xsd:choice>
                        <xsd:element name="selfReference" 
type="tns:SelfReferencingType" minOccurs="0" 
maxOccurs="unbounded"></xsd:element>
                        <xsd:element name="SomeOtherElement" type="xsd:string"/>
                </xsd:choice>
            </xsd:complexType>

This somehow circumvents the anti-recursion strategy and causes the xslt 
processor to fail

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to