[ https://issues.apache.org/jira/browse/WODEN-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624460#action_12624460 ]
W. Brian Gourlie commented on WODEN-214: ---------------------------------------- Regarding my previous comment, Tomi's patch didn't introduce the XSD importing problem. The problem seems to have have been introduced in revision 61170. http://svn.apache.org/viewvc?view=rev&revision=611700 > 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 > Assignee: Tomi Vanek > Attachments: WODEN-214-01.patch > > > 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]