--- src/main/php/layouts/LoggerLayoutXml.php
+++ LoggerLayoutXml.php
@@ -95,16 +95,6 @@
 		}
 	}
 	
-	/**
-	 * @return string
-	 */
-	public function getHeader() {
-		return "<{$this->namespacePrefix}:eventSet ".
-			"xmlns:{$this->namespacePrefix}=\"{$this->namespace}\" ".
-			"version=\"0.3\" ".
-			"includesLocationInfo=\"".($this->getLocationInfo() ? "true" : "false")."\"".
-			">" . PHP_EOL;
-	}
 
 	/**
 	 * Formats a {@link LoggerLoggingEvent} in conformance with the log4php.dtd.
@@ -156,12 +146,6 @@
 		return $buf;
 	}
 	
-	/**
-	 * @return string
-	 */
-	public function getFooter() {
-		return "</{$this->namespacePrefix}:eventSet>" . PHP_EOL;
-	}
 	
 	
 	/** 
