|
|
| "be consistent" | |
| PerlMonks |
Re: Distinguish between HTML and Plain textby JavaFan (Canon) |
| on Sep 27, 2011 at 01:10 UTC ( #927991=note: print w/ replies, xml ) | Need Help?? |
|
You cannot. Remember that the content of P elements can consist of just PCDATA. Which can just be "plain text". And even if you have a piece of data that validates against an HTML DTD, you still cannot know whether the author intended it as HTML, or as plain text. If you need to know, you either have to use some heuristics (for instance, it "validates", either against a DTD or the more usual "my browser doesn't barf on it"), or ask the user.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||