r4918 - in trunk/lib/style/skins: nceas sanparks

daigle at ecoinformatics.org daigle at ecoinformatics.org
Tue Apr 14 10:13:24 PDT 2009


Author: daigle
Date: 2009-04-14 10:13:23 -0700 (Tue, 14 Apr 2009)
New Revision: 4918

Modified:
   trunk/lib/style/skins/nceas/nceas.xsl
   trunk/lib/style/skins/sanparks/sanparks.xsl
Log:
Fix reference to old common/eml-2.0.1 directory

Modified: trunk/lib/style/skins/nceas/nceas.xsl
===================================================================
--- trunk/lib/style/skins/nceas/nceas.xsl	2009-04-14 03:55:08 UTC (rev 4917)
+++ trunk/lib/style/skins/nceas/nceas.xsl	2009-04-14 17:13:23 UTC (rev 4918)
@@ -32,7 +32,8 @@
                 xmlns:eml="eml://ecoinformatics.org/eml-2.0.1" 
 	            version="1.0">
     <xsl:import href="../../common/resultset-table.xsl"/>
-    <xsl:import href="../../common/eml-2.0.1/emlroot.xsl"/>
+    <!-- xsl:import href="../../common/eml-2.0.1/emlroot.xsl"/ -->
+    <xsl:import href="../../common/eml-2/emlroot.xsl"/>
     <xsl:import href="../../common/fgdc/fgdc-root.xsl"/>
     <xsl:import href="nceas-common.xsl"/>
 	

Modified: trunk/lib/style/skins/sanparks/sanparks.xsl
===================================================================
--- trunk/lib/style/skins/sanparks/sanparks.xsl	2009-04-14 03:55:08 UTC (rev 4917)
+++ trunk/lib/style/skins/sanparks/sanparks.xsl	2009-04-14 17:13:23 UTC (rev 4918)
@@ -32,7 +32,8 @@
                 xmlns:eml="eml://ecoinformatics.org/eml-2.0.1" 
 	            version="1.0">
     <xsl:import href="../../common/resultset-table.xsl"/>
-    <xsl:import href="../../common/eml-2.0.1/emlroot.xsl"/>
+    <!-- xsl:import href="../../common/eml-2.0.1/emlroot.xsl"/ -->
+    <xsl:import href="../../common/eml-2/emlroot.xsl"/>
     <xsl:import href="../../common/fgdc/fgdc_1.xsl"/>
 
 	<xsl:output method="html" />



More information about the Metacat-cvs mailing list