<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OutletWinkels.com &#187; Outlet Winkels in Antwerpen &#8211; Stockverkoop in Antwerpen |</title>
	<atom:link href="http://www.outletwinkels.com/category/belgie/antwerpen/feed" rel="self" type="application/rss+xml" />
	<link>http://www.outletwinkels.com</link>
	<description>Outletwinkels.com geeft u een overzicht van alle Oulets Stores van België, Nederland en Duitsland.</description>
	<lastBuildDate>Wed, 26 Dec 2012 10:15:59 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Anne-Sophie SMARTSHOPPING Outlet</title>
		<link>http://www.outletwinkels.com/anne-sophie-smartshopping-outlet</link>
		<comments>http://www.outletwinkels.com/anne-sophie-smartshopping-outlet#comments</comments>
		<pubDate>Thu, 02 Jun 2011 12:28:31 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Antwerpen]]></category>
		<category><![CDATA[Bierges]]></category>
		<category><![CDATA[Brasschaat]]></category>
		<category><![CDATA[Kraainem]]></category>
		<category><![CDATA[Oost-Vlaanderen]]></category>
		<category><![CDATA[Sint-Martens-Latem]]></category>
		<category><![CDATA[Vlaams-Brabant]]></category>
		<category><![CDATA[Waals-Brabant]]></category>

		<guid isPermaLink="false">http://www.outletwinkels.com/?p=278</guid>
		<description><![CDATA[Adres Potaardestraat 27 1950 Kraainem België Adres Kapitein Lodewijk Maenhoutstraat 47 9830 Sint-Martens-Latem België Adres Rue de la Wastinne 21 1301 Bierges België Adres Bredabaan 152 2930 Brasschaat België Website http://www.anne-sophie.be Openingsuren Ma : 13:00 tot 18:30 Di, Wo, Do, Vr, Za : 10:00 tot 18:00 Beschrijving Het hele concept van Anne-Shophie draait om drie [&#8230;]]]></description>
				<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="487">
<col width="97"></col>
<col width="390"></col>
<tbody>
<tr height="20">
<td width="97" height="20">Adres</td>
<td width="390">Potaardestraat 27</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>1950 Kraainem</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Adres</td>
<td>Kapitein Lodewijk Maenhoutstraat 47</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>9830 Sint-Martens-Latem</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Adres</td>
<td>Rue de la Wastinne 21</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>1301 Bierges</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Adres</td>
<td>Bredabaan 152</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>2930 Brasschaat</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Website</td>
<td>http://www.anne-sophie.be</td>
</tr>
<tr height="20">
<td height="20">Openingsuren</td>
<td>Ma : 13:00 tot 18:30</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Di, Wo, Do, Vr, Za : 10:00 tot 18:00</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Beschrijving</td>
<td>Het hele concept van Anne-Shophie draait om drie troeven: plezier,   kwaliteit, en zachte prijzen. Je kan hier terecht voor een avondkleedje,   vrijetijdskledij, kleding voor de feestdagen en nog veel meer. Anne-Sophie   Smartshopping is staat garand voor luxe outlet kleding. Anne-Sophie outlet   heeft vestigingen in Kraainem, Sint-Martens-Latem, Bierges en Brasschaat.</td>
</tr>
</tbody>
</table>
<p><span id="more-278"></span><br />

    <div id="map" style="width:478px;height:340px;"></div>
	
    

    <script type="text/javascript">

		var latlng = new google.maps.LatLng(0, 0);
		var myOptions = {
			zoom: 14,
			center: latlng,
			scrollwheel: true,
			scaleControl: false,
			disableDefaultUI: false,
			mapTypeId: google.maps.MapTypeId.ROADMAP
		};
		var map = new google.maps.Map(document.getElementById("map"),
		myOptions);
		
		    var geocoder_map = new google.maps.Geocoder();
			var address = 'Bredabaan 152, 2930 Brasschaat, België';
			geocoder_map.geocode( { 'address': address}, function(results, status) {
				if (status == google.maps.GeocoderStatus.OK) {
					map.setCenter(results[0].geometry.location);
					
						var marker = new google.maps.Marker({
							map: map, 
							
							position: map.getCenter()
						});
						
				} else {
				alert("Geocode was not successful for the following reason: " + status);
			}
			});
			</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.outletwinkels.com/anne-sophie-smartshopping-outlet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tjiep</title>
		<link>http://www.outletwinkels.com/tjiep</link>
		<comments>http://www.outletwinkels.com/tjiep#comments</comments>
		<pubDate>Thu, 02 Dec 2010 19:44:27 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Antwerpen]]></category>
		<category><![CDATA[België]]></category>
		<category><![CDATA[Malle]]></category>
		<category><![CDATA[Turnhout]]></category>
		<category><![CDATA[CKS]]></category>
		<category><![CDATA[Dolce & Gabbana]]></category>
		<category><![CDATA[Esprit]]></category>
		<category><![CDATA[Gaastra]]></category>
		<category><![CDATA[GEOX]]></category>
		<category><![CDATA[McGregor]]></category>
		<category><![CDATA[Mexx]]></category>
		<category><![CDATA[Scapa]]></category>
		<category><![CDATA[Staxo]]></category>
		<category><![CDATA[Tommy Hilfiger]]></category>

		<guid isPermaLink="false">http://www.outletwinkels.com/?p=195</guid>
		<description><![CDATA[Adres Patersstraat 14 2300 Turnhout België Tel 014 68 72 20 Fax 014 68 72 21 Website http://www.tjiep.be Openingsuren Di, Wo, Vr, Za, Zo : 10:00 tot 18:00 Beschrijving Zeer grote outlet winkel! Meer dan 1500m² merkkleding, schoenen en andere accessoires voor heren, dames en kinderen tegen sterk verlaagde prijzen. Altijd een grote voorraad. Tjiep [&#8230;]]]></description>
				<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="487">
<col width="97"></col>
<col width="390"></col>
<tbody>
<tr height="20">
<td width="97" height="20">Adres</td>
<td width="390">Patersstraat 14</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>2300 Turnhout</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Tel</td>
<td>014 68 72 20</td>
</tr>
<tr height="20">
<td height="20">Fax</td>
<td>014 68 72 21</td>
</tr>
<tr height="20">
<td height="20">Website</td>
<td>http://www.tjiep.be</td>
</tr>
<tr height="20">
<td height="20">Openingsuren</td>
<td>Di, Wo, Vr, Za, Zo : 10:00 tot 18:00</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Beschrijving</td>
<td>Zeer grote outlet winkel! Meer dan 1500m² merkkleding,   schoenen en andere accessoires voor heren, dames en kinderen tegen sterk   verlaagde prijzen. Altijd een grote voorraad. Tjiep heeft ook nog een tweede   winkel, deze is gelegen in de &#8220;Antwerpsesteenweg 352, Westmalle&#8221;.</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Merken</td>
<td>Mexx, Esprit, Geox, Tommy Hilfiger, Scapa, Staxo, CKS,   Gaastra, McGregor, Tommy Hilfiger, Scapa, Dolce &amp; Gabbana</td>
</tr>
</tbody>
</table>
<p><span id="more-195"></span><br />

    <div id="map" style="width:478px;height:340px;"></div>
	
    

    <script type="text/javascript">

		var latlng = new google.maps.LatLng(0, 0);
		var myOptions = {
			zoom: 14,
			center: latlng,
			scrollwheel: true,
			scaleControl: false,
			disableDefaultUI: false,
			mapTypeId: google.maps.MapTypeId.ROADMAP
		};
		var map = new google.maps.Map(document.getElementById("map"),
		myOptions);
		
		    var geocoder_map = new google.maps.Geocoder();
			var address = 'Patersstraat 14, 2300 Turnhout, België';
			geocoder_map.geocode( { 'address': address}, function(results, status) {
				if (status == google.maps.GeocoderStatus.OK) {
					map.setCenter(results[0].geometry.location);
					
						var marker = new google.maps.Marker({
							map: map, 
							
							position: map.getCenter()
						});
						
				} else {
				alert("Geocode was not successful for the following reason: " + status);
			}
			});
			</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.outletwinkels.com/tjiep/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DMI &#8211; Kleding</title>
		<link>http://www.outletwinkels.com/dmi-kleding</link>
		<comments>http://www.outletwinkels.com/dmi-kleding#comments</comments>
		<pubDate>Fri, 05 Nov 2010 11:16:36 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Antwerpen]]></category>
		<category><![CDATA[België]]></category>

		<guid isPermaLink="false">http://www.outletwinkels.com/?p=71</guid>
		<description><![CDATA[Adres Hoogstraag 31 2000 Antwerpen België Tel 032 27 43 35 Fax Website http://www.dmi-kleding.be Openingsuren Di, Wo, Do, Vr, Za, Zo: 11:00 tot 19:00 Ook zon- en feestdagen Maandag gesloten Beschrijving Hier kan je dames, heren, en kinderkleding vinden tegen sterk verlaagde outlet prijzen. Ook kan je hier schoenen en handtassen kopen. Tweedehandskleding kan je [&#8230;]]]></description>
				<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="487">
<col width="97"></col>
<col width="390"></col>
<tbody>
<tr height="20">
<td width="97" height="20">Adres</td>
<td width="390">Hoogstraag 31</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>2000 Antwerpen</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>België</td>
</tr>
<tr height="20">
<td height="20">Tel</td>
<td>032 27 43 35</td>
</tr>
<tr height="20">
<td height="20">Fax</td>
<td></td>
</tr>
<tr height="20">
<td height="20">Website</td>
<td>http://www.dmi-kleding.be</td>
</tr>
<tr height="20">
<td height="20">Openingsuren</td>
<td>Di, Wo, Do, Vr, Za, Zo: 11:00 tot 19:00</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Ook zon- en feestdagen</td>
</tr>
<tr height="20">
<td height="20"></td>
<td>Maandag gesloten</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Beschrijving</td>
<td>Hier kan je dames, heren, en kinderkleding vinden tegen sterk verlaagde   outlet prijzen. Ook kan je hier schoenen en handtassen kopen.   Tweedehandskleding kan je hier kopen aan minimumprijzen.</td>
</tr>
<tr height="20">
<td height="20"></td>
<td></td>
</tr>
<tr height="20">
<td height="20">Merken</td>
<td></td>
</tr>
</tbody>
</table>
<p><span id="more-71"></span><br />

    <div id="map" style="width:478px;height:340px;"></div>
	
    

    <script type="text/javascript">

		var latlng = new google.maps.LatLng(0, 0);
		var myOptions = {
			zoom: 14,
			center: latlng,
			scrollwheel: true,
			scaleControl: false,
			disableDefaultUI: false,
			mapTypeId: google.maps.MapTypeId.ROADMAP
		};
		var map = new google.maps.Map(document.getElementById("map"),
		myOptions);
		
		    var geocoder_map = new google.maps.Geocoder();
			var address = 'Hoogstraat 31, 2000 Antwerpen, België';
			geocoder_map.geocode( { 'address': address}, function(results, status) {
				if (status == google.maps.GeocoderStatus.OK) {
					map.setCenter(results[0].geometry.location);
					
						var marker = new google.maps.Marker({
							map: map, 
							
							position: map.getCenter()
						});
						
				} else {
				alert("Geocode was not successful for the following reason: " + status);
			}
			});
			</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.outletwinkels.com/dmi-kleding/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
