Is it possible to use HTML tags within XML? For instance:
<desc>
This is my description.<br/>
This is my second line.<br/>
<b>And the third is bolded.</b>
</desc>
I would like to be able to do this for formatting, but do not know of a way to do it without checking for the tags in every place that I want it to be possible. Any help is appreciated. Thanks. ________________________________________
Michael C Flanakin
Indigo Web Systems
michael.flanakin@indigows.com
<desc>
This is my description.<br/>
This is my second line.<br/>
<b>And the third is bolded.</b>
</desc>
I would like to be able to do this for formatting, but do not know of a way to do it without checking for the tags in every place that I want it to be possible. Any help is appreciated. Thanks. ________________________________________
Michael C Flanakin
Indigo Web Systems
michael.flanakin@indigows.com