<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:rs='urn:schemas-microsoft-com:rowset'
 	xmlns:z='#RowsetSchema'
	xmlns:date="http://www.ora.com/XSLTCookbook/NS/dates"
    xml:space="default" 
    xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" 
	version="1.0">

	<xsl:strip-space elements="true" />
	<xsl:output omit-xml-declaration="yes" />

  	<xsl:template match="NewDataSet">
		<div id="event-details">
			<xsl:for-each select="*">
				<div id="event-container">
					<div id="event-content">						
						<h3>Stay connected</h3>
						<h2>Rotterdam Square mailing list</h2>
						Do you want to sign up or unsubscribe from our mailing list? Please click the button 'My mailing list' to manage your personal preference.<br/><br/>
						<div id="event-inschrijven" >
							<a href="{@MailingListUrl}">My mailing list</a>
						</div>
					</div>
				</div>
			</xsl:for-each>
		</div>
	</xsl:template>  
</xsl:stylesheet>