Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #385 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

cyclic schema include

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.8
Component: xsd4r Version: 1.5
Keywords: Cc:

Description

http://www.cip4.org/Schema/JDFSchema_1_3_20070212.zip causes cyclic schema inclusion. <xsd:import> supports cyclic include but <xsd:include> does not.

Change History

07/20/07 00:04:18 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1890]) * some WSDL caused cyclic schema inclusion. <xsd:import> supported cyclic include but <xsd:include> did not. extract common implementation as importHandler.rb. closes #385.