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
In xml the : marks the use of a namspace, you need to declare the namespace if you want the xml document to be valid. You can find a simple example here: https://www.w3schools.com/xml/xml_namespaces.asp
I am going to send XML response from my node js api.
When I am sending data like following
When using the key with : it is giving error like this
The text was updated successfully, but these errors were encountered: