Author: jliu
Date: Mon Sep 18 08:18:00 2006
New Revision: 447433
URL: http://svn.apache.org/viewvc?view=rev&rev=447433
Log:
CXF-89
* Commented out the generation of testNillableString, so that at least we can
get type test working.
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/type_test/type_test_xml_wsdl.xsl
Modified:
incubator/cxf/trunk/testutils/src/main/resources/wsdl/type_test/type_test_xml_wsdl.xsl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/src/main/resources/wsdl/type_test/type_test_xml_wsdl.xsl?view=diff&rev=447433&r1=447432&r2=447433
==============================================================================
---
incubator/cxf/trunk/testutils/src/main/resources/wsdl/type_test/type_test_xml_wsdl.xsl
(original)
+++
incubator/cxf/trunk/testutils/src/main/resources/wsdl/type_test/type_test_xml_wsdl.xsl
Mon Sep 18 08:18:00 2006
@@ -83,8 +83,10 @@
mode="test_operation"/>
<xsl:apply-templates
select="xsd:complexType[not(@itst:it_no_test='true')]"
mode="test_operation"/>
+ <!--
<xsl:apply-templates select="xsd:element[not(@itst:it_no_test='true')]"
mode="test_operation"/>
+ -->
<xsl:apply-templates
select="itst:builtIn[not(@itst:it_no_test='true')]"
mode="test_operation"/>
</xsl:template>