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

add ns context to avoid ns overrides, update external resolver with ISO_8859_1 conversion, add ability to provide external XMLInputFactory #282

Open VladDrake opened 2 years ago

VladDrake commented 2 years ago

This commit contains three things:

  1. Ability to provide custom/external XMLInputFactory
  2. Ability to convert external resources from ISO_8859_1 to UTF-8
  3. Ability to avoid namespace prefix overrides, that may happen during "include schema" parse
rrayst commented 2 years ago

Hi @VladDrake , thanks for the PR! Could you maybe add a test case for the NS override issue? Best, Tobias

VladDrake commented 2 years ago

Hi, @rrayst. Added a test.

tomfi commented 2 years ago

Hi @rrayst, any chance to re-evaluate the PR please?

tomfi commented 2 years ago

@rrayst any news about this PR?