Search: For:
Browsing Single Category
HASHJOIN HASHJOIN Support Forum › Topic Id: 1600 | Permalink

in reply to XHTML and ampersands interpretation

Topic ID: 1600
Created By: 2007-FEB-07 16:41:54 [Vitaliy]
Updated By: 2007-FEB-07 20:23:50 [Vitaliy]
Status: Open
Severity: Normal
Read Only: No
5161
2007-FEB-07 16:41:54
Moderator
 
 
Registered On: Mar 2006
Total Posts: 45
This is reply to "XHTML and ampersands interpretation" thread on Google 
Webmaster Help Forum:

   http://groups.google...d/b69c8c5c66137efc/#

(Google Groups does NOT escape the ampersand making it impossible to reference 
a piece of code containing it).


Anyway ... here's my "escaped" response:

You have a problem in your code (these are line numbers on the left):

114   <tr><td id="filters" colspan="2">
115   Filtered: High (<a href="/schools.page?district=101&amp;amp;state=CA&amp;amp;lc=h">remove</a>)
116   </td></tr></table>

NOTE the &amp;amp;state= it should be: &amp;state= 
[edited by: Vitaliy at 20:23 (CST) on Feb. 07, 2007]