"AAaron123" <(E-Mail Removed)> wrote in
news:#(E-Mail Removed):
> I'm not sure of the terninology.
> I use the file as shown below.
> In the file data I have things like <p></p> that I want to be
> interpreted by the browser as HTMP tags.
> Appears to be working OK using CDATA.
> I think what you told me is that CDATA hides the tags from the
> XmlDataSource so they will be part of the data, which sounds like what
> I need. Not sure about your comment about using XHTML.
XHTML is HTML formatted with XML rules. It is not magic, just making
sure you close tags, etc.
If you are making the HTML part of the data, CDATA should work. If you
have to consume as XML, you will have to properly encode some charaters,
but it is the best if the HTML is actually part of the data.
Peace and Grace,
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
My vacation and childhood cancer awareness site:
http://www.crazycancertour.com
*******************************************
| Think outside the box! |
*******************************************