Project

General

Profile

« Previous | Next » 

Revision 29401

fixed xpath error

View differences:

modules/dnet-eagle-workflows/trunk/src/main/resources/eu/dnetlib/msro/eagle/workflows/xslt/structural/EpidocToEMF.xsl
27 27
	<xsl:variable name="TITLE" select="normalize-space(//tei:titleStmt/tei:title)" />
28 28
	<xsl:variable name="DESCRIPTION" select="normalize-space(//tei:support/tei:p)" />
29 29
	
30
	<xsl:variable name="TEXT" select="normalize-space(//*[local-name()='div'][@id='edition']//*/text())" />
31
	<xsl:variable name="TEXT_HTML" select="normalize-space(//*[local-name()='div'][@id='edition']/node())" />
30
	<xsl:variable name="TEXT" select="//*[local-name()='div'][@id='edition']//*/text()" />
31
	<xsl:variable name="TEXT_HTML" select="//*[local-name()='div'][@id='edition']/node()" />
32 32

  
33 33
	<xsl:template match="/">
34 34
		<package>

Also available in: Unified diff