Changeset 968 for DCWoRMS/branches


Ignore:
Timestamp:
03/20/13 08:29:41 (12 years ago)
Author:
gosiaw
Message:

templateStartLevel changed from variable to parameter (which could be passed to the stylesheet from the outside eg. java client)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/PLMXMLTranslator.xsl

    r965 r968  
    1818 
    1919        <!-- Information from which level the translator should start moving information to templates --> 
    20         <xsl:variable name="templateStartLevel" select="'Node'" /> 
     20        <xsl:param name="templateStartLevel" select="templateStartLevel" /> 
    2121 
    2222        <!-- Specification of the output document --> 
Note: See TracChangeset for help on using the changeset viewer.