.TH XALAN "1" "July 2013" "Debian GNU/Linux" .SH NAME Xalan \- Process XML documents with XSLT stylesheets .SH SYNOPSIS .B Xalan [\fIoptions\fR] \fIsource stylesheet\fR .SH DESCRIPTION Xalan-C++ (named after a rare musical instrument) implements the W3C Recommendation 16 November 1999 XSL Transformations (XSLT) Version 1.0 and the XML Path Language (XPath) Version 1.0. XSLT is the first part of the XSL stylesheet language for XML. It includes the XSL Transformation vocabulary and XPath, a language for addressing parts of XML documents. For links to background materials, discussion groups, frequently asked questions, and tutorials on XSLT, see Getting up to speed with XSLT. .PP You use the XSLT language to compose XSL stylesheets. An XSL stylesheet contains instructions for transforming XML documents from one document type to another document type (XML, HTML, or other). In structural terms, an XSL stylesheet specifies the transformation of one tree of nodes (the XML input) into another tree of nodes (the output or transformation result). .SH OPTIONS .TP \fB\-a\fR Use xml\-stylesheet PI, not the 'stylesheet' argument .TP \fB\-e\fR encoding Force the specified encoding for the output. .TP \fB\-i\fR integer Indent the specified amount. .TP \fB\-m\fR Omit the META tag in HTML output. .TP \fB\-o\fR filename Write output to the specified file. .TP \fB\-p\fR name expression Sets a stylesheet parameter. .TP \fB\-t\fR Display timing information. .TP \fB\-u\fR Disable escaping of URLs in HTML output. .TP \-? Display this message. .TP \fB\-v\fR Validates source documents. .TP \- A dash as the 'source' argument reads from stdin. ('\-' cannot be used for both arguments.) .SH AUTHOR The Apache Software Foundation. .SH "SEE ALSO" .TP .I http://www.w3.org/TR/xslt XSL Transformations Version 1.0 (XSLT) .TP .I http://www.w3.org/TR/xpath XML Path Language Version 1.0 (XPATH) .SH COPYRIGHT Copyright (c) 1999-2012 The Apache Software Foundation .PP This product includes software developed at The Apache Software Foundation ( .I http://www.apache.org/ ). .PP This software is based on the ASF XERCES-C project. .PP Portions of this software were originally based on the following: - software copyright (c) 1999, IBM Corporation. ( .I http://www.ibm.com ). .PP As of version 1.8, Xalan is now distributed under the Apache license v2.0.