Index: ezrssexport.php
===================================================================
--- ezrssexport.php	(Revision 22947)
+++ ezrssexport.php	(Arbeitskopie)
@@ -493,13 +493,15 @@
             {
                 $object = $node->attribute( 'object' );
                 $dataMap = $object->dataMap();
+
+		$nodeSystemURL =  $baseItemURL . 'content/view/full/'.$object->attribute( 'id' );
                 if ( $useURLAlias === true )
                 {
                     $nodeURL = $this->urlEncodePath( $baseItemURL . $node->urlAlias() );
                 }
                 else
                 {
-                    $nodeURL = $baseItemURL . 'content/view/full/'.$object->attribute( 'id' );
+                    $nodeURL = nodeSystemURL;
                 }
 
                 // keep track if there's any match
@@ -551,7 +553,7 @@
                 $item->appendChild( $itemLink );
 
                 $itemGuid = $doc->createElement( 'guid' );
-                $itemGuid->appendChild( $doc->createTextNode( $nodeURL ) );
+                $itemGuid->appendChild( $doc->createTextNode( $nodeSystemURL ) );
                 $item->appendChild( $itemGuid );
 
                 // description RSS element with respective class attribute content
