Edit

kc3-lang/libxml2/result/HTML/entities2.html

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2006-10-17 15:56:35
    Hash : 48519092
    Message : fixing HTML entities in attributes parsing bug #362552 added to the * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552 * result/HTML/entities2.html* test/HTML/entities2.html: added to the regression suite Daniel

  • result/HTML/entities2.html
  • <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
    <html><body>
    <form>
      <input type="text" name="test" value="&scaron;">
    </form>
    </body></html>