diff -u xalan-1.10/debian/changelog xalan-1.10/debian/changelog --- xalan-1.10/debian/changelog +++ xalan-1.10/debian/changelog @@ -1,3 +1,10 @@ +xalan (1.10-1ubuntu0.1~prop1) dapper-proposed; urgency=low + + * Update man pages to reflect changes in xalan executable parameters + (Closes: LP #92499) + + -- John Dong Sun, 29 Apr 2007 16:25:08 -0400 + xalan (1.10-1) unstable; urgency=low * New upstream release (closes: #315081) diff -u xalan-1.10/debian/xalan.1 xalan-1.10/debian/xalan.1 --- xalan-1.10/debian/xalan.1 +++ xalan-1.10/debian/xalan.1 @@ -24,76 +24,76 @@ output or transformation result). .SH OPTIONS -Options are not case-sensitive. +Options are case-sensitive. .TP -.BI -IN \ URL -Sets the input URL. +.BI -in \ URL +Sets the input URL. If nothing is set, stdin is used. .TP -.BI -XSL \ URL +.BI -xsl \ URL Sets the XSLT sheet URL. .TP -.BI -OUT \ file +.BI -out \ file Sets the output filename. .TP -.B -V +.B -v Show version information only. .TP -.B -QC +.B -qc Quiet pattern conflicts warnings. .TP -.B -Q +.B -q Use quiet mode. .TP -.BI -INDENT \ n +.BI -indent \ n Controls how many spaces to indent. Default is 0. .TP -.B -VALIDATE +.B -validate Controls whether validation occurs. Validation is off by default. .TP -.B -TT +.B -tt Trace the templates as they are being called. .TP -.B -TG +.B -tg Trace each generation event. .TP -.B -TS +.B -ts Trace each selection event. .TP -.B -TTC +.B -ttc Trace the template children as they are being processed. .TP -.B -XML +.B -xml Use XML formatter and add XML header. .TP -.B -TEXT +.B -text Use simple Text formatter. .TP -.B -HTML +.B -html Use HTML formatter. .TP -.B -DOM +.B -dom Use DOM formatter. Formats to DOM, then formats XML for output. .TP -.B -XST +.B -xst Use source tree formatter. Formats to Xalan source tree, then formats XML for output. .TP -.BI -PARAM " name expression" +.BI -param " name expression" Sets a stylesheet parameter. .TP -.B -XD +.B -xd Use Xerces DOM instead of Xalan source tree. .TP -.B -DE +.B -de Disable built-in extension functions .PP -The following options are valid only with -HTML +The following option is valid only with -HTML .TP -.B -NOINDENT +.B -noindent Turn off HTML indenting. .PP The following option is valid only with -XML. .TP -.B -NH +.B -nh Don't write XML header. .SH AUTHOR The Apache Software Foundation.