Launching the XSL Editor

To launch the XSL Editor, use the appropriate script or command provided in the WebSphere Commerce directory:

  1. Create a new directory on the Windows machine (drive:\XMLTrans for example).
  2. Create the following new subdirectories under drive:\XMLTrans:
    \bin
      \lib\loader
      \wcmadmin
      \logs
      \web
    
  3. Copy the files from the iSeries machine to these directories according to the following chart:
    iSeries directory Windows directory
    /QIBM/ProdData/CommerceServer55/bin/XSLEditor.cmd drive:\XMLTrans\bin\XSLEditor.cmd
    /QIBM/ProdData/CommerceServer55/lib/loader/wcmxmlp.jar drive:\XMLTrans\lib\loader\wcmxmlp.jar
    /QIBM/ProdData/CommerceServer55/lib/loader/wcmxslt.jar drive:\XMLTrans\lib\loader\wcmxslt.jar
    /QIBM/ProdData/CommerceServer55/wcmadmin/*.* drive:\XMLTrans\wcmadmin\*.*
    /QIBM/ProdData/CommerceServer55/web/*.* drive:\XMLTrans\web\*.*
  4. Modify the XSLEditor.cmd file on the Windows machine by inserting the following text:
      set WCS_HOME=drive:\XMLTrans
    

    before the following:

      set lib=%WCS_HOME%\lib\loader
      set WCLOGDIR=%WCS_HOME%\logs
      set log=%WCLOGDIR%\xsleditor.log
    
  5. Launch the XSL Editor by running XSLEditor.cmd on the Windows machine.