Whenever the server sends the XML string to the client using the XMLHttpRequest object, I noticed that when I insert the text inside the div tags, it appears without any tags. However, I actually need the XML tags to be present so that I can parse the content properly.
Currently, all the element values are combined into a single string, making it difficult for me to extract substrings from it. Is there an alternative solution to solve this issue?