Carnivals
Local carnivals
-
Sheringham - Carnival Day 1 August 2007
Wells - Carnival Day 4 August 2007
North Walsham - Carnival Day 8 July 2007
Cromer
Fakenham Fun Day - date to be confirmed
% Sub getXML(sourceFile) dim styleFile dim source, style styleFile = Server.MapPath("news.xsl") set source = Server.CreateObject("Msxml2.DomDocument") source.async = false source.setProperty "ServerHTTPRequest", true source.load CStr(sourceFile) set style = Server.CreateObject("Msxml2.DomDocument") style.async = false style.load styleFile source.transformNodeToObject style, Response set source = nothing set style = nothing End Sub %>
