Xalan-J
Author: Apache XML Project
Documentation: http://xml.apache.org/xalan-j/
Xalan-J is an XSLT processor for transforming XML documents into HTML, text, or other XML document types.
Requirements
You need to install:
How do I install Xalan-J on my PC?
YOU DO NOT NEED TO INSTALL Xalan-J! -- XMLBlueprint XML Editor 4.2 (and up) will automatically install Xalan-J!
If you are using XMLBlueprint XML Editor 4.1 or earlier you need to do the following:
- Make sure you have installed the Java Runtime Environment.
- Make sure you have installed Xerces2-J.
- Download http://www.apache.org/dist/xml/xalan-j/xalan-j_2_7_1-bin.zip.
- Unzip "xalan-j_2_7_1-bin.zip".
- Copy "serializer.jar" and "xalan.jar" to the Java Runtime "lib\ext" directory.
How do I install Xalan-J in XMLBlueprint?
To install Xalan-J in XMLBlueprint, do the following:
- Start XMLBlueprint XML Editor and click Tools > Customize Tools.
- Create a new tool by pressing New and fill in the following:
Name | Xalan-J |
Category | XSLTransform |
Program | java org.apache.xalan.xslt.Process |
Parameters | -IN "$(XML.URL)" -XSL "$(URL)" |
Initial Directory | -- empty -- |
Show Errors | Output Window |
Show Output | Output Window |
How do I run Xalan-J in XMLBlueprint?
Open an XSLT document. Click Tools > Tools > Xalan-J or press the Xalan-J button on the Tools toolbar.
