
August 13th, 2002, 04:18 PM
|
|
Contributing User
|
|
Join Date: Aug 2002
Posts: 232
Time spent in forums: < 1 sec
Reputation Power: 8
|
|
Embedding HTML in XML for later output
I am writing a very simple application, and I want to include an <img> tag in a section of the XML to be outputted with the page through an xsl template. using CDATA it just prints <img src=...> into the space i want the picture to appear. is there any way for the code to be included within a node of XML and still be displayed correctly in the browser?
|