Changeset 28528 for main


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

changed the way we get java Dictionary extension - copied from tutorials code

File:
1 edited

Legend:

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

    r12724 r28528  
    33  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    44  xmlns:java="http://xml.apache.org/xalan/java"
     5  xmlns:dict="http://xml.apache.org/xalan/java/Dictionary"
    56  extension-element-prefixes="java"
    6   exclude-result-prefixes="java">
     7  exclude-result-prefixes="java dict">
    78
    89  <xsl:output method="html" encoding="UTF-8"/>
    910
    10   <xsl:variable name="diction" select="java:Dictionary.new('en')"/>
    11 
     11 <!-- <xsl:variable name="diction" select="java:Dictionary.new('en')"/>-->
     12    <xsl:variable name="diction" select="dict:new('en')"/>
    1213
    1314  <xsl:template match="Document">
Note: See TracChangeset for help on using the changeset viewer.