Hi there,
I am a pretty newbie to XML. My question is
Say if I want to put a <br> tag inside a xml tag, how would I escape it
<test>
<entry1> blah blah <br> blah blah </entry1>
</test>
Attempting to show this would result in a compilation error on the browser side
I am a pretty newbie to XML. My question is
Say if I want to put a <br> tag inside a xml tag, how would I escape it
<test>
<entry1> blah blah <br> blah blah </entry1>
</test>
Attempting to show this would result in a compilation error on the browser side