diff src/de/mpiwg/dwinter/fulltextSearchServer/xsl/processRestPathOfDocumentToHTML.xsl @ 1:83e9a828e794

Version mit integrierter Suche ?ber XML-Volltexte
author dwinter
date Wed, 26 Jan 2011 14:41:34 +0100
parents db87c1b7eb6d
children
line wrap: on
line diff
--- a/src/de/mpiwg/dwinter/fulltextSearchServer/xsl/processRestPathOfDocumentToHTML.xsl	Wed Nov 03 12:18:46 2010 +0100
+++ b/src/de/mpiwg/dwinter/fulltextSearchServer/xsl/processRestPathOfDocumentToHTML.xsl	Wed Jan 26 14:41:34 2011 +0100
@@ -8,5 +8,12 @@
 		   <a><xsl:attribute name="href"><xsl:value-of select="./@xlink:href"/></xsl:attribute>
 		   <xsl:value-of select="//pageFileName"/></a></div>
 		</xsl:for-each>
+		
+		<xsl:for-each select="//line">
+		   <div class="foundPage">
+		   <line><xsl:copy-of select="."/></line>
+		   </div>
+		</xsl:for-each>
+	
 	</xsl:template>
 </xsl:stylesheet>
\ No newline at end of file