F
Failure
I want to embed html in my xml document. What tag must I use to
prevent the parser from parsing the html?
TIA!
prevent the parser from parsing the html?
TIA!
A parser parses everything you feed it. Some parts of a document might be
marked as being "unparsed" character data, but it doesn't work the way you'd
think; it just leads to more FAQs. Just don't embed HTML in your XML. Embed
well-formed XHTML. Investigate the use of HTML Tidy, which is available at
www.w3.org.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.