This is related to XML string processing.
In this scenario, we are getting an XML string as request and transforming it into a document format.
We are using the following methods.
pub.xml:xmlStringToXMLNode
pub.xml:xmlNodeToDocument
We are receiving the following issue when passing no quoted value in XML attributes like as follows:
<XYZ xmlns=.xyz Domain Names | Join Generation XYZ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance creationDateTime=“2023-01-20T10:50:47+00:00”>
So while converting this to document, we are getting below error.
[ISC.0042.9333] Attribute value of xmlns should be enclosed in either single or double quotes.
So, is there any method that helps to pass this no quoted value?
Note: We are not supposed to change the XML string and add the quotes via code.
Product: webMethods Integration Server
Product Version: 10.5
Operating System: Windows Server 2019 x86-64