Project

Profile

Help

Bug #5398

closed

Saxon 10.x: injects empty namespaces

Added by M. Hilpert about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
DOM Interface
Sprint/Milestone:
-
Start date:
2022-03-16
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
10, 11, trunk
Fix Committed on Branch:
11, trunk
Fixed in Maintenance Release:
Platforms:
Java

Description

After upgrading from 9.6... to 10.7, our SOAP messages don't work anymore. The parses injects empty namespaces that cause the error. Exmaple:

Before / working:

<PutUserLogon xmlns="http://schemas.tstsrv.de/asfXml/asf/PutUserLogon/">
	<asfUserLogon>
		<Password  asf:NoLog="true">[blanked]</Password>
	</asfUserLogon>
</PutUserLogon>

after installing V 10.7:

<PutUserLogon xmlns="http://schemas.tstsrv.de/asfXml/asf/PutUserLogon/">
    <asfUserLogon xmlns="" >
	<Password  asf:NoLog="true">[blanked]</Password>
    </asfUserLogon>
</PutUserLogon>

Usually, the namespace should be internally used from the parent.

Please register to edit this issue

Also available in: Atom PDF