membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Parser Ignores Other Elements After Element With Wrong Namespace #207

Closed keshavarzi closed 10 years ago

keshavarzi commented 10 years ago

Parsing an XML containing elements with wrong namespace prefix (like annotation):

...
<xsd:complexType>
  <annotation>
    <documentation>foo bar</documentation>
  </annotation>
  <s:sequence>
  ...

All other elements after annotation will be ignored!

keshavarzi commented 10 years ago

Won't fix!