Changeset 20160 for greenstone3


Ignore:
Timestamp:
2009-08-05T18:54:53+12:00 (15 years ago)
Author:
oranfry
Message:
  • let the xsl transformer copy the xmlns declarations instead of entering them explicitly
  • added a missing namespace declaration in util of default skin
  • svn:ignored xalan.jar as it exists in the repository as xalan.jar.tmp
Location:
greenstone3/trunk/web
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/WEB-INF/lib

    • Property svn:ignore
      •  

        old new  
        1010gsdl3.jar
        1111GAI.jar
         12xalan.jar
  • greenstone3/trunk/web/interfaces/default/transform/util.xsl

    r19902 r20160  
    33  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    44  xmlns:gslib="http://www.greenstone.org/XSL/Library"
     5  xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat"
    56  xmlns:util="http://org.greenstone.gsdl3.util.XSLTUtil"
    6   exclude-result-prefixes="util gslib gsf xslt">
     7  exclude-result-prefixes="util gslib gsf">
    78 
    89  <!-- some global parameters - these are set by whoever is invoking the transformation -->
  • greenstone3/trunk/web/ui/xslt/preProcess.xsl

    r20157 r20160  
    2020    <!-- explicitly output the stylesheet element here so we can include the
    2121    namespace declarations. They were going missing before with the new xalan/xerces-->
    22     <xslt:stylesheet version="1.0"
    23       xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat"
    24       xmlns:gslib="http://www.greenstone.org/skinning"
    25       xmlns:java="http://xml.apache.org/xslt/java"
    26       xmlns:util="xalan://org.greenstone.gsdl3.util.XSLTUtil"
    27       xmlns:xalan="http://xml.apache.org/xalan"
    28       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    29       xmlns:xslt="output.xsl"
    30       xmlns:gs3="http://www.greenstone.org/gs3">
     22    <xslt:stylesheet>
    3123     
    3224      <xsl:for-each select="/skinAndLibraryXsl/skinXsl/xsl:stylesheet">
Note: See TracChangeset for help on using the changeset viewer.