Comment on Tutorial: HTML Sanitizing and Parsing

  1. Note that some browsers cannot submit lines
    larger than some amount of length.

    For people who know XHTML, automatic
    addition of the br and p tags should be
    omitted optionally. For example, I usually
    format my things like this (using double
    instead of single angle brackets here):

    «p»This is a sample paragraph. I do a
    line break here.«/p»
    «p»This may be the next paragraph.«/p»

    «p»This may be another paragraph with
    some more semantic distance to the other
    two.«/p»

    Comment Actions