Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle case in which target ns is empty #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DinoChiesa
Copy link

@DinoChiesa DinoChiesa commented Jan 26, 2019

When the targetNamespace on the WSDL is empty or not specified, the @@PREFIX and @@NAMESPACE in add-template11.xslt and other files is no longer necessary. The naive calls to .replaceAll() results in an invalid XSLT. This change handles the case of a blank namespace by removing those things from the XSLT template.

Adds a test for this case.

Converts to tabs to spaces in some source files. Sorry, my editor made me do it.

Specifies a default logging format for running tests.

Update to version 1.0.1 of the JAR

  When the targetNamespace on the WSDL is empty or not specified, the
  @@Prefix and @@namespace in add-template11.xslt and other files is no
  longer necessary. The naive .replaceAll() results in an invalid XSLT.
  This change handles the case of a blank namespace.

  Also, converting to tabs to spaces.

  And, specifying a default logging format for running tests.

  And, update to version 1.0.1 of the JAR
@srinandan
Copy link
Collaborator

@DinoChiesa - this repo is no longer maintained. We have moved this to an internal repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants