Uploaded image for project: 'Woden'
  1. Woden
  2. WODEN-214

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • M9
    • None
    • Tools
    • None
    • Windows/Mozilla XSLT processors

    Description

      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

      Attachments

        1. WODEN-214-01.patch
          2 kB
          Tomi Vanek

        Activity

          People

            tomi.vanek Tomi Vanek
            bgourlie W. Brian Gourlie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: