It’s very hard to sum this question up for a title, heh.
But what I’m wondering, is this:
I’ve set up a HTML file to load news entries from XML, ( this all works perfectly, it’s all perfectly arranged and formatted into HTML using Javascript. And no XSL is not appropriate here. )
It all loads up into a Table displaying the title and body in rows,
now what I was wondering, is how would I display images inside the body? ( since the body is loaded from XML. )
There is surely a way I can do this, since the XML is parsed by the Javascript into HTML by the end, so I’m figuring there should be a way to make the XML parser ignore the image tags, so they become appropriate once the data is loaded into HTML text.
If anyone could point me in the right direction with this, it would be greatly appreciated.
Thank you,