Setup Instructions for
Comprehensive XSL Training
- If you haven't already, download the class files listed at the bottom of this page.
- Create a folder in the root of your C drive called "Webucator" and extract the class files zip file to that folder.
- Make sure that you have installed the XML editor you plan to use in class.
- See the course outline for your class to determine which editors you can use.
- If this is for a private onsite class make sure that each computer has the editor installed.
- If you are using a trial version of the editor, be aware that some products (e.g, XMLSPY) require a unique trial key on each computer.
Outline available at http://www.webucator.com/Xml/XSL501.cfm
Class files available at http://www.webucator.com/ClassFiles/XSL501.zip
Technical requirements listed at http://www.webucator.com/Xml/XSL501.cfm#TechReqs.
Installing Apache FOP
- Unzip the downloaded fop file into a folder on the C drive.
- Rename the folder to "fop"
- Append "c:\fop" (or the appropriate path name) to the Path Environment variable
- Open the Control Panel
- Open System
- Click on the Advanced tab
- Click on the Environment Variables button
- In the "System Variables" box, double click on Path
- At the end of the Variable value text box, type ;c:\fop
- Do not delete the Path value. Just append to the end of it.
- Click OK until the System dialog is completely closed.
- To test the setup:
- Open the command prompt.
- From the Start menu, select Run
- Type cmd and click OK
- Type fop and press the Enter key.
- You should see a bunch of text ending with:
[Examples]
Fop foo.fo foo.pdf
Fop -fo foo.fo -pdf foo.pdf (does the same as the previous line)
Fop -xsl foo.xsl -xml foo.xml -pdf foo.pdf
Fop foo.fo -mif foo.mif
Fop foo.fo -print or Fop -print foo.fo
Fop foo.fo -awt
[ERROR] No input file specified
Making FOP the XSL-FO Transformation Engine for XMLSPY
- Choose Options from the Tools menu.
- Select the XSL tab.
- In the field at the bottom, type the path to fop.bat.