Changeset 20160 for greenstone3/trunk/web
- Timestamp:
- 2009-08-05T18:54:53+12:00 (14 years ago)
- Location:
- greenstone3/trunk/web
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/WEB-INF/lib
- Property svn:ignore
-
old new 10 10 gsdl3.jar 11 11 GAI.jar 12 xalan.jar
-
- Property svn:ignore
-
greenstone3/trunk/web/interfaces/default/transform/util.xsl
r19902 r20160 3 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 4 4 xmlns:gslib="http://www.greenstone.org/XSL/Library" 5 xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat" 5 6 xmlns:util="http://org.greenstone.gsdl3.util.XSLTUtil" 6 exclude-result-prefixes="util gslib gsf xslt">7 exclude-result-prefixes="util gslib gsf"> 7 8 8 9 <!-- some global parameters - these are set by whoever is invoking the transformation --> -
greenstone3/trunk/web/ui/xslt/preProcess.xsl
r20157 r20160 20 20 <!-- explicitly output the stylesheet element here so we can include the 21 21 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> 31 23 32 24 <xsl:for-each select="/skinAndLibraryXsl/skinXsl/xsl:stylesheet">
Note:
See TracChangeset
for help on using the changeset viewer.