Cool. Will those also be TestXSLT options? We tend to use TestXSLT because of the indent option and the optional trace options. However, we're setup to use either one, so it really doesn't matter.
Are these options in the interim release? Any (un)official estimate of when the 1.5 release might be available? Thanks for the info, Ed > I don't think they're available in the version of Xalan you're using. The > options will appear in the documentation for the next version. If you want > to try, have a look at the Xalan-J documentation, because the Xalan-C++ > options work the same way: > > http://xml.apache.org/xalan-j/usagepatterns.html#outputprops > > Of these properties, Xalan-C++ supports the following: > > xalan:indent-amount > xalan:use-url-escaping > xalan:omit-meta-tag > > There is also a new switch for the Xalan command-line utility: > > Xalan version 1.5.0 > Xerces version 2.2.0 > Usage: Xalan [options] source stylesheet > Options: > -a Use xml-stylesheet PI, not the 'stylesheet' > argument > -e encoding Force the specified encoding for the output. > -i integer Indent the specified amount. > -m Omit the META tag in HTML output. > -o filename Write output to the specified file. > -p name expression Sets a stylesheet parameter. > -u Disable escaping of URLs in HTML output. > -v Validates source documents. > -? Display this message. > - A dash as the 'source' argument reads from > stdin. > - A dash as the 'stylesheet' argument reads from > stdin. > ('-' cannot be used for both arguments.) > -- Edward L. Knoll Phone (FedEx) : (719)484-2717 e-mail (FedEx) : [EMAIL PROTECTED] e-mail (personal) : [EMAIL PROTECTED]
