я тут пытаюсь подогнать код под html 4.01
http://validator.w3.org/ - использую для проверки.
если в тексте встречается
<a href="http://ya.ru?text=555">333</a>
- то все ок, если
<a href="http://ya.ru?text=555&type=777">333</a>
- то валидатор ругается:
Line 9, column 31: cannot generate system identifier for general entity "type"
<a href="http://ya.ru?text=555&type=777">333</a>
Line 9, column 31: general entity "type" not defined and no default entity
<a href="http://ya.ru?text=555&type=777">333</a>
Line 9, column 35: reference to entity "type" for which no system identifier could be generated
<a href="http://ya.ru?text=555&type=777">333</a>
Line 9, column 30: entity was defined here
<a href="http://ya.ru?text=555&type=777">333</a>
просто бред какой-то... :(