sysdeftools/readme.txt
branchHighFidelityModel
changeset 151 84b123918d3f
child 206 eccc98839441
equal deleted inserted replaced
150:8d58b930d36e 151:84b123918d3f
       
     1 Filtering tools: 
       
     2 filtering.xsl - Filter a sysdef in the 2.0 or 3.0 syntax
       
     3 	filter-module.xsl - XSLT module which contains the logic to process the filter attribute in the system definition
       
     4 
       
     5 Joining tools: 
       
     6 joinsysdef.pl - Create a stand-alone sysdef from a linked set of fragments. Supports confguring via an .hrh file.
       
     7 joinsysdef.xsl - Create a stand-alone sysdef from a linked set of fragments
       
     8 joinandparesysdef.xsl - Create a stand-alone sysdef from a linked set of fragments, paring down to just a set of items of the desired rank.
       
     9 	joinsysdef-module.xsl - XSLT module which contains the logic to join a system definition file
       
    10 
       
    11 Merging tools: 
       
    12 mergesysdef.xsl - Merge two 3.x syntax stand-alone system definitions
       
    13 	mergesysdef-module.xsl - XSLT module for merging only two sysdef files according to the 3.0.0 rules
       
    14 
       
    15 Other Tools:
       
    16 sysdefdowngrade.xsl - Convert a 3.0.0 sysdef to 2.0.1 sytnax
       
    17 
       
    18 XSLT Processing:
       
    19 xalan.jar
       
    20 xercesImpl.jar
       
    21 xml-apis.jar