Show
Ignore:
Timestamp:
07/02/07 16:42:12 (1 year ago)
Author:
patrick
Message:

Removed documentation for a file that does not exist on this branch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/vrjuggler/data/xslt/README.txt

    r20422 r20424  
    7777   Alpha 4 and beyond. 
    7878 
    79 2.2-2.3.xsl 
    80 ----------- 
    81  
    82    An XSLT stylesheet that provides the upgrade path for configuration files 
    83    created for VR Juggler 2.1/2.2 to VR Juggler 2.3/3.0. This addresses 
    84    configuration updates that cannot be performed by VRJConfig, although 
    85    none of the updates performed by this transform are critical. VRJConfig 
    86    will take care of the important changes; this transform just cleans things 
    87    up by removing config elements that are now defunct. 
    88  
    89    To use this stylesheet with the xsltproc command, run xsltproc as 
    90    follows: 
    91  
    92       xsltproc -o <output>.jconf 2.2-2.3.xsl <input>.jconf 
    93  
    94    To use it with Xalan, run the xalan wrapper (shell script or batch 
    95    file) as follows: 
    96  
    97       xalan -in <input>.jconf -out <output>.jconf -xsl 2.2-2.3.xsl 
    98  
    99    Fill in your input filename and output filename appropriately. 
    100  
    10179key_sym_2_0.xsl 
    10280---------------