I am rather new to XML, I just started today actually. I managed to get everything working for my news posting program ( but when I attempted to put in an image like I would have done in html, it didn't work. I have spent a few hours searching around for an answer, and have been unable to locate something to help me with this particular problem.
What I am trying to do is this:
When I do it this way, I get no errors when parsing the XML, but the image does not show up either. Any help would be appreciated!
Thanks in advance!!
What I am trying to do is this:
Code:
<news>
<newsitem>
<content>
Test Image: <img src = "[URL unfurl="true"]http://sastira.3dfightclub.com/diamond.jpg"/>[/URL]
</content>
</newsitem>
</news>
When I do it this way, I get no errors when parsing the XML, but the image does not show up either. Any help would be appreciated!
Thanks in advance!!