You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "W. Brian Gourlie (JIRA)" <ji...@apache.org> on 2008/08/21 19:48:44 UTC

[jira] Commented: (WODEN-214) WSDL-Viewer: Self-referencing element within a xsd:choice block circumvents anti-recursion

    [ https://issues.apache.org/jira/browse/WODEN-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624434#action_12624434 ] 

W. Brian Gourlie commented on WODEN-214:
----------------------------------------

The patch appears to have broken the importing of external XSD's.  This will cause MS XSLT processors to fail, in firefox the document will transform but imported types are not broken down and the imported source for each XSD is empty.  

> 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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org