<?xml version="1.0"?>
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp "&#x00A0;"> <!ENTITY apos  "&#39;">]>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
			      xmlns:wpc="com.sap.nw.wpc.km.service.editor.xslt.XsltHelperCore">
			      
    <xsl:output method="html"/>
    
    <xsl:template match="/">
	<div class="wpcbox">
                <div class="wpcboxhead">
			<xsl:value-of select="document/elements/element[@type='header']" disable-output-escaping="no" />
		</div>
	  <xsl:for-each select="document/elements/element[@type='rss']">
                   <div id="link_list_target">
		   	<xsl:value-of select="wpc:getRssContent(string(@rid),'/etc/wpceditor/rss/default.xsl')" disable-output-escaping="yes"/>
                   </div>
	</xsl:for-each>
	</div>
  </xsl:template>

</xsl:stylesheet>
