From 06a60c1de96ea2531a8e346e8aec85ec057aa9ce Mon Sep 17 00:00:00 2001 From: Samuel Henrique <samueloph@gmail.com> Date: Thu, 11 Aug 2016 08:59:01 -0300 Subject: [PATCH] Update schema.xml's location (#779) nlm_ojs.xsl has pre-vufind3 solr location in comment; update to the new one --- import/xsl/nlm_ojs.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import/xsl/nlm_ojs.xsl b/import/xsl/nlm_ojs.xsl index a535a03b312..62c41fefa7c 100644 --- a/import/xsl/nlm_ojs.xsl +++ b/import/xsl/nlm_ojs.xsl @@ -62,7 +62,7 @@ </field> </xsl:if> - <!-- Article endPage !! Only enable this part of the code if you have defined "container_end_page" in ./solr/biblio/conf/schema.xml -> <field name="container_end_page" type="text" indexed="true" stored="true"/> !! + <!-- Article endPage !! Only enable this part of the code if you have defined "container_end_page" in ./solr/vufind/biblio/conf/schema.xml -> <field name="container_end_page" type="text" indexed="true" stored="true"/> !! <xsl:if test="//nlm:lpage[normalize-space()]"> <field name="container_end_page"> -- GitLab