Improve checks for incompleteness when parsing attributes
commite5e06764c4345b279bde1d6f44749ddffb90740c
authorJonas Fonseca <fonseca@diku.dk>
Sat, 28 Jan 2006 00:40:56 +0000 (28 01:40 +0100)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Sat, 28 Jan 2006 00:40:56 +0000 (28 01:40 +0100)
tree1e13b663b70ebca17e001119e809e534da6e0de1
parent4ab1dde8741c43de7af317231a126cc7e1a6146e
Improve checks for incompleteness when parsing attributes

Check whether there are '=' and value tokens before handling them. If there
is any doubt the whole attribute structure is 'pushed back' into the
stream. That way incremental parsing will not add the value as a new
attribute because the name token was handled in the previous parsing run.
src/dom/sgml/parser.c