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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.