You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to convert an XML value into a Ballerina record using the data.xmldata module, an incorrect behaviour occurs when the record has a namespace that differs from the namespace or namespace prefix included in the provided XML value.
1. XML with a namespace but no prefix in the Ballerina record
Description
When trying to convert an XML value into a Ballerina record using the
data.xmldata
module, an incorrect behaviour occurs when the record has a namespace that differs from the namespace or namespace prefix included in the provided XML value.1. XML with a namespace but no prefix in the Ballerina record
XML Value:
Ballerina record:
2. Ballerina record has a namespace with a prefix, but the prefix is not matched with the XML
XML Value:
Ballerina record:
Steps to Reproduce
Version
2201.10.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: