 |
 |
XSLTBuddy Quick Guide |
 |
| Step 1. Download XSLTBuddy |
 |
> Download XSLTBuddy and extract the archive.
> If you have downloaded the xsltbuddy-examples archive then proceed to Step 2.
> If you haven't got ANT installed, install it now.
> From a command prompt in the install directory, type ant.
> Two files should have been successfully created under the dist directory: xsltbuddy.jar and xsltbuddy-examples.war.
|
 |
| Step 2. Get XSLTBuddy Example App Running in Tomcat |
 |
> Download and install Tomcat.
> Copy xsltbuddy-examples.war to the webapps directory under Tomcat install dir.
> Startup Tomcat.
> Open a web browser and enter the following url: http://localhost:8080/xsltbuddy-examples/
|
 |
| Step 3. Read Documentation |
 |
> Read the XSLTBuddy Reference Documentation.
> Read the FAQ.
|
 |
| Step 4. Start Coding with XSLTBuddy! |
 |
> Feel free to mess with the XSL files within the XSLTBuddy Examples App.
> Start developing your own XSLTBuddy application!
|