NEW - bug 185015: Remove use of xml_sax_parsing.php in favour of SimpleXml in Community Pages
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185015
diff --git a/scripts/whatsnew.php b/scripts/whatsnew.php
index c0f6611..d79b9d6 100644
--- a/scripts/whatsnew.php
+++ b/scripts/whatsnew.php
@@ -1,5 +1,5 @@
-<?php  require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/xml_sax_parsing.php");
-
+<?php  
+ 
 function & get_news($file_name) {
 	$file_name = $_SERVER['DOCUMENT_ROOT'] . "/callisto/scripts/" . $file_name . ".rss";
 	$rss = simplexml_load_file($file_name);