As of R6, I notice that the tag:


<<input type=string name=something value=>


is now treated as though it said:


<<input type=string name=something value="value">


which seems odd, to say the least.  Is this related to the "bug-fix"
described as 

"<fontfamily><param>Courier</param><color><param>3333,3333,3333</param><bigger>Fixed
a bug where createElement() was not properly setting Node.tag if the
tag to be added could not be found in the the TagTable.  A generic
entry is now used instead of leaving the entry set to null."?


I would have thought that treating it as an empty string


</bigger></color></fontfamily><<input type=string name=something
value="">


<fontfamily><param>Courier</param><color><param>3333,3333,3333</param><bigger>would
have been a safer choice.

</bigger></color></fontfamily>
------------------------------------------------------------------------

Russell Gold                     | "... society is tradition and order

russgold@acm.org                 | and reverence, not a series of
cheap

                                 | bargains between selfish
interests."

http://httpunit.sourceforge.net  |   - Poul Anderson, "Iron"

