| 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 | | |
|---|