Changeset 28529


Ignore:
Timestamp:
2013-10-24T14:40:47+13:00 (11 years ago)
Author:
kjdon
Message:

made same change here as for gsn-many-html. Haven't tested it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/help/gen-text.xsl

    r12738 r28529  
    33  xmlns:java="http://xml.apache.org/xalan/java"
    44  extension-element-prefixes="java"
    5   exclude-result-prefixes="java">
     5  xmlns:dict="http://xml.apache.org/xalan/java/Dictionary"
     6  exclude-result-prefixes="java dict">
    67
    78  <xsl:output method="text" encoding="UTF-8"/>
    89
    9   <xsl:variable name="diction" select="java:Dictionary.new('en')"/>
     10  <!--<xsl:variable name="diction" select="java:Dictionary.new('en')"/>-->
     11    <xsl:variable name="diction" select="dict:new('en')"/>
    1012
    1113  <xsl:template match="AutoText">
Note: See TracChangeset for help on using the changeset viewer.