Skip to content

XML nodes are created with empty xmlns if a namespace is not explicitly set as parameter #150

@adimosh

Description

@adimosh

When creating a merged file, we get:

  <Results xmlns="...">
  </Results>

Instead, it should either be:

  <Results>
  </Results>

...or:

  <Results xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
  </Results>

...for the default configuration.

If I specify a namespace, it works correctly, but if not, then it appends an empty namespace, thus breaking XSL validation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions