The xPage XSP editor does not allow me to type & in the src url
<xp:script src="http://maps.googleapis.com/maps/api/js?key=1234&test=1" />
or
<script src="http://maps.googleapis.com/maps/api/js?key=1234&test=1" />
I can ofcourse change the url to & but then google does not accept the url
any ideas?
?