- - - - - - - - - - - - - - - - - - - - - - - - - - - - Name: Maxime Subject: Re: bug or misconfiguration?
As stated in paragraph 5.3.2 og HTML4 specification, http://www.w3.org/TR/html4/charset.html#h-5.3.2 : Authors should use "&" (ASCII decimal 38) instead of "&" to avoid confusion with the beginning of a character reference (entity reference open delimiter). Authors should also use "&" in attribute values since character references are allowed within CDATA attribute values. Since ∣ is a valid character entity reference and due to fact, that several applications do not place ; sign after character entity reference, dpsearch is trying to treat this as unicode DIVIDES sign. The correct form for URL given in HTML page should be: http://www.moscheesuche.de/index.php?id=2&action=moschee&mid=976&loc_id=15779 - - - - - - - - - - - - - - - - - - - - - - - - - - - - Read the full topic here: http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1143548904
