XML help, can't get rid of the tags

Hello

I am doing my first xml project. I can update a dynamic area of text from a file xml on the server, but when the dynamic text box is populated data < tag > < / tag > appears. I want only the word 'data' without all the <><>. Any help would be great.

Try this:

homework_txt. Text = reviews_xml.firstChild.firstChild.firstChild.nextSibling.nextSibling.firstChild.nodeValue + "\n";

Tags: Adobe Animate

Similar Questions

Maybe you are looking for