summaryrefslogtreecommitdiff
path: root/textproc/libxslt/files/patch-man-xsltproc
blob: e4f431dbeb80c35d52aef67afcaa986b4c81e046 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
--- doc/xsltproc.1.orig	2020-01-14 06:28:43 UTC
+++ doc/xsltproc.1
@@ -1,736 +1,358 @@
-'\" t
 .\"     Title: xsltproc
 .\"    Author: John Fleck <jfleck@inkstain.net>
-.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\"      Date: $Date$
+.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
+.\"      Date: $Date: 2008-04-21 16:28:56 +0200 (Mon, 21 Apr 2008) $
 .\"    Manual: xsltproc Manual
 .\"    Source: libxslt
-.\"  Language: English
 .\"
-.TH "XSLTPROC" "1" "$Date$" "libxslt" "xsltproc Manual"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el       .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
+.TH "XSLTPROC" "1" "$Date: 2008\-04\-21 16:28:56 +0200 (Mon, 21 Apr 2008) $" "libxslt" "xsltproc Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
 .ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-
-
-
-
-
 .SH "NAME"
-xsltproc \- command line XSLT processor
-
+xsltproc - command line XSLT processor
 .SH "SYNOPSIS"
-
-	.HP \w'\fBxsltproc\fR\ 'u
-
-		\fBxsltproc\fR
-		 [
-			 [
-				 | \fB\-V\fR
-				 | \fB\-\-version\fR
-			]
-			 [
-				 | \fB\-v\fR
-				 | \fB\-\-verbose\fR
-			]
-			 [
-				 {
-					 | \fB\-o\fR
-					 | \fB\-\-output\fR
-				}
-				 {
-					 | \fIFILE\fR
-					 | \fIDIRECTORY\fR
-				}
-			]
-			 | \fB\-\-timing\fR
-			 | \fB\-\-repeat\fR
-			 | \fB\-\-debug\fR
-			 | \fB\-\-novalid\fR
-			 | \fB\-\-noout\fR
-			 | \fB\-\-maxdepth\ \fR\fB\fIVALUE\fR\fR
-			 | \fB\-\-html\fR
-			 | \fB\-\-encoding\ \fR\fB\fIENCODING\fR\fR\fB\ \fR
-			 | \fB\-\-param\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR
-			 | \fB\-\-stringparam\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR
-			 | \fB\-\-nonet\fR
-			 | \fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR
-			 | \fB\-\-load\-trace\fR
-			 | \fB\-\-catalogs\fR
-			 | \fB\-\-xinclude\fR
-			 | [\ |\ \fB\-\-profile\fR\ |\ \fB\-\-norman\fR\ ]
-			 | \fB\-\-dumpextensions\fR
-			 | \fB\-\-nowrite\fR
-			 | \fB\-\-nomkdir\fR
-			 | \fB\-\-writesubtree\ \fR\fB\fIPATH\fR\fR
-			 | \fB\-\-nodtdattr\fR
-		]
-		 [\fISTYLESHEET\fR]
-		 {
-			 | \fIXML\-FILE\fR...
-			 | \-
-		}
-	
-
-
+.HP 9
+\fBxsltproc\fR [[\fB\-V\fR | \fB\-\-version\fR] [\fB\-v\fR | \fB\-\-verbose\fR] [{\fB\-o\fR | \fB\-\-output\fR} {\fIFILE\fR | \fIDIRECTORY\fR}] | \fB\-\-timing\fR | \fB\-\-repeat\fR | \fB\-\-debug\fR | \fB\-\-novalid\fR | \fB\-\-noout\fR | \fB\-\-maxdepth\ \fR\fB\fIVALUE\fR\fR | \fB\-\-html\fR | \fB\-\-encoding\ \fR\fB\fIENCODING\fR\fR\fB\ \fR | \fB\-\-param\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR | \fB\-\-stringparam\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR | \fB\-\-nonet\fR | \fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR | \fB\-\-load\-trace\fR | \fB\-\-catalogs\fR | \fB\-\-xinclude\fR | [\fB\-\-profile\fR\ |\ \fB\-\-norman\fR] | \fB\-\-dumpextensions\fR | \fB\-\-nowrite\fR | \fB\-\-nomkdir\fR | \fB\-\-writesubtree\ \fR\fB\fIPATH\fR\fR | \fB\-\-nodtdattr\fR] [\fISTYLESHEET\fR] {\fIXML\-FILE\fR | \-}
 .SH "DESCRIPTION"
+.PP
 
-	
-	.PP
 \fBxsltproc\fR
 is a command line tool for applying
 XSLT
 stylesheets to
 XML
-documents\&. It is part of
-\fBlibxslt\fR(3), the XSLT C library for GNOME\&. While it was developed as part of the GNOME project, it can operate independently of the GNOME desktop\&.
+documents\. It is part of
+\fBlibxslt\fR(3), the XSLT C library for GNOME\. While it was developed as part of the GNOME project, it can operate independently of the GNOME desktop\.
+.PP
 
-	.PP
 \fBxsltproc\fR
-is invoked from the command line with the name of the stylesheet to be used followed by the name of the file or files to which the stylesheet is to be applied\&. It will use the standard input if a filename provided is
-\fB\-\fR
-\&.
-
-	.PP
+is invoked from the command line with the name of the stylesheet to be used followed by the name of the file or files to which the stylesheet is to be applied\. It will use the standard input if a filename provided is
+\fB\-\fR\.
+.PP
 If a stylesheet is included in an
 XML
-document with a Stylesheet Processing Instruction, no stylesheet need to be named at the command line\&.
-\fBxsltproc\fR
-will automatically detect the included stylesheet and use it\&.
-
-	.PP
+document with a Stylesheet Processing Instruction, no stylesheet need to be named at the command line\. \fBxsltproc\fR will automatically detect the included stylesheet and use it\.
+.PP
 By default, output is to
-stdout\&. You can specify a file for output using the
+\fIstdout\fR\. You can specify a file for output using the
 \fB\-o\fR
 or
 \fB\-\-output\fR
-option\&.
-
-
+option\.
 .SH "OPTIONS"
+.PP
 
-	
-	.PP
 \fBxsltproc\fR
 accepts the following options (in alphabetical order):
-
-	
-
-
-		.PP
+.PP
 \fB\-\-catalogs\fR
 .RS 4
-
-	
-	
-		Use the
+Use the
 SGML
 catalog specified in
 \fBSGML_CATALOG_FILES\fR
-to resolve the location of external entities\&. By default,
+to resolve the location of external entities\. By default,
 \fBxsltproc\fR
 looks for the catalog specified in
-\fBXML_CATALOG_FILES\fR\&. If that is not specified, it uses
-/etc/xml/catalog\&.
-
-	
-		.RE
-
-		.PP
+\fBXML_CATALOG_FILES\fR\. If that is not specified, it uses
+\fI/etc/xml/catalog\fR\.
+.RE
+.PP
 \fB\-\-debug\fR
 .RS 4
-
-	
-	
-		Output an
+Output an
 XML
-tree of the transformed document for debugging purposes\&.
-
-	
-		.RE
-
-		.PP
+tree of the transformed document for debugging purposes\.
+.RE
+.PP
 \fB\-\-dumpextensions\fR
 .RS 4
-
-	
-	
-		Dumps the list of all registered extensions on
-stdout\&.
-
-	
-		.RE
-
-		.PP
+Dumps the list of all registered extensions on
+\fIstdout\fR\.
+.RE
+.PP
 \fB\-\-html\fR
 .RS 4
-
-	
-	
-		The input document is an
+The input document is an
 HTML
-file\&.
-
-	
-		.RE
-
-		.PP
+file\.
+.RE
+.PP
 \fB\-\-load\-trace\fR
 .RS 4
-
-	
-	
-		Display all the documents loaded during the processing to
-stderr\&.
-
-	
-		.RE
-
-		.PP
+Display all the documents loaded during the processing to
+\fIstderr\fR\.
+.RE
+.PP
 \fB\-\-maxdepth \fR\fB\fIVALUE\fR\fR
 .RS 4
-
-	
-	
-		Adjust the maximum depth of the template stack before
+Adjust the maximum depth of the template stack before
 \fBlibxslt\fR(3)
-concludes it is in an infinite loop\&. The default is 3000\&.
-
-	
-		.RE
-
-		.PP
+concludes it is in an infinite loop\. The default is 3000\.
+.RE
+.PP
 \fB\-\-nodtdattr\fR
 .RS 4
-
-	
-	
-		Do not apply default attributes from the document\*(Aqs
-DTD\&.
-
-	
-		.RE
-
-		.PP
+Do not apply default attributes from the document\'s
+DTD\.
+.RE
+.PP
 \fB\-\-nomkdir\fR
 .RS 4
-
-	
-	
-		Refuses to create directories\&.
-
-	
-		.RE
-
-		.PP
+Refuses to create directories\.
+.RE
+.PP
 \fB\-\-nonet\fR
 .RS 4
-
-	
-	
-		Do not use the Internet to fetch
-DTDs, entities or documents\&.
-
-	
-		.RE
-
-		.PP
+Do not use the Internet to fetch
+DTDs, entities or documents\.
+.RE
+.PP
 \fB\-\-noout\fR
 .RS 4
-
-	
-	
-		Do not output the result\&.
-
-	
-		.RE
-
-		.PP
+Do not output the result\.
+.RE
+.PP
 \fB\-\-novalid\fR
 .RS 4
-
-	
-	
-		Skip loading the document\*(Aqs
-DTD\&.
-
-	
-		.RE
-
-		.PP
+Skip loading the document\'s
+DTD\.
+.RE
+.PP
 \fB\-\-nowrite\fR
 .RS 4
-
-	
-	
-		Refuses to write to any file or resource\&.
-
-	
-		.RE
-
-		.PP
+Refuses to write to any file or resource\.
+.RE
+.PP
 \fB\-o\fR or \fB\-\-output\fR \fIFILE\fR | \fIDIRECTORY\fR
 .RS 4
-
-	
-	
-		Direct output to the given
-\fIFILE\fR\&. Using the option with a
+Direct output to the given
+\fIFILE\fR\. Using the option with a
 \fIDIRECTORY\fR
-directs the output files to the specified directory\&. This can be useful for multiple outputs (also known as "chunking") or manpage processing\&.
-
-		.if n \{\
+directs the output files to the specified directory\. This can be useful for multiple outputs (also known as "chunking") or manpage processing\.
 .sp
-.\}
-.RS 4
 .it 1 an-trap
 .nr an-no-space-flag 1
 .nr an-break-flag 1
 .br
-.ps +1
-\fBImportant\fR
-.ps -1
-.br
-
-			The given directory
+Important
+The given directory
 \fBmust\fR
-already exist\&.
-
-		.sp .5v
-.RE
-		.if n \{\
+already exist\.
 .sp
-.\}
-.RS 4
 .it 1 an-trap
 .nr an-no-space-flag 1
 .nr an-break-flag 1
 .br
-.ps +1
-\fBNote\fR
-.ps -1
-.br
-
-			Make sure that
+Note
+Make sure that
 \fIFILE\fR
 and
 \fIDIRECTORY\fR
 follow the
 \(lqURI reference computation\(rq
-as described in RFC 2396 and laters\&. This means, that e\&.g\&.
+as described in RFC 2396 and laters\. This means, that e\.g\.
 \fB\-o directory\fR
 will maybe not work, but
 \fB\-o directory/\fR
-will\&.
-
-		.sp .5v
+will\.
 .RE
-	
-		.RE
-
-		.PP
+.PP
 \fB\-\-encoding \fR\fB\fIENCODING\fR\fR
 .RS 4
-
-	
-	
-		Allow to specify the encoding for the input\&.
-
-	
-		.RE
-		.PP
+Allow to specify the encoding for the input\.
+.RE
+.PP
 \fB\-\-param \fR\fB\fIPARAMNAME\fR\fR\fB \fR\fB\fIPARAMVALUE\fR\fR
 .RS 4
-
-	
-	
-		Pass a parameter of name
+Pass a parameter of name
 \fIPARAMNAME\fR
 and value
 \fIPARAMVALUE\fR
-to the stylesheet\&. You may pass multiple name/value pairs up to a maximum of 32\&. If the value being passed is a string, you can use
+to the stylesheet\. You may pass multiple name/value pairs up to a maximum of 32\. If the value being passed is a string, you can use
 \fB\-\-stringparam\fR
-instead, to avoid additional quote characters that appear in string expressions\&. Note: the XPath expression must be UTF\-8 encoded\&.
-
-	
-		.RE
-
-		.PP
+instead, to avoid additional quote characters that appear in string expressions\. Note: the XPath expression must be UTF\-8 encoded\.
+.RE
+.PP
 \fB\-\-path "\fR\fB\fIPATH(S)\fR\fR\fB"\fR
 .RS 4
-
-	
-	
-		Use the (space\- or colon\-separated) list of filesystem paths specified by
+Use the (space\- or colon\-separated) list of filesystem paths specified by
 \fIPATHS\fR
 to load
-DTDs, entities or documents\&. Enclose space\-separated lists by quotation marks\&.
-
-	
-		.RE
-
-		.PP
+DTDs, entities or documents\. Enclose space\-separated lists by quotation marks\.
+.RE
+.PP
 \fB\-\-profile\fR or \fB\-\-norman\fR
 .RS 4
-
-	
-	
-		Output profiling information detailing the amount of time spent in each part of the stylesheet\&. This is useful in optimizing stylesheet performance\&.
-
-	
-		.RE
-
-		.PP
+Output profiling information detailing the amount of time spent in each part of the stylesheet\. This is useful in optimizing stylesheet performance\.
+.RE
+.PP
 \fB\-\-repeat\fR
 .RS 4
-
-	
-	
-		Run the transformation 20 times\&. Used for timing tests\&.
-
-	
-		.RE
-
-		.PP
+Run the transformation 20 times\. Used for timing tests\.
+.RE
+.PP
 \fB\-\-stringparam \fR\fB\fIPARAMNAME\fR\fR\fB \fR\fB\fIPARAMVALUE\fR\fR
 .RS 4
-
-	
-	
-		Pass a parameter of name
+Pass a parameter of name
 \fIPARAMNAME\fR
 and value
 \fIPARAMVALUE\fR
 where
 \fIPARAMVALUE\fR
-is a string rather than a node identifier\&.
+is a string rather than a node identifier\.
 \fBNote:\fR
-The string must be UTF\-8 encoded\&.
-
-	
-		.RE
-
-		.PP
+The string must be UTF\-8 encoded\.
+.RE
+.PP
 \fB\-\-timing\fR
 .RS 4
-
-	
-	
-		Display the time used for parsing the stylesheet, parsing the document and applying the stylesheet and saving the result\&. Displayed in milliseconds\&.
-
-	
-		.RE
-
-		.PP
+Display the time used for parsing the stylesheet, parsing the document and applying the stylesheet and saving the result\. Displayed in milliseconds\.
+.RE
+.PP
 \fB\-v\fR or \fB\-\-verbose\fR
 .RS 4
-
-	
-	
-		Output each step taken by
+Output each step taken by
 \fBxsltproc\fR
-in processing the stylesheet and the document\&.
-
-	
-		.RE
-
-		.PP
+in processing the stylesheet and the document\.
+.RE
+.PP
 \fB\-V\fR or \fB\-\-version\fR
 .RS 4
-
-	
-	
-		Show the version of
+Show the version of
 \fBlibxml\fR(3)
 and
 \fBlibxslt\fR(3)
-used\&.
-
-	
-		.RE
-
-		.PP
+used\.
+.RE
+.PP
 \fB\-\-writesubtree \fR\fB\fIPATH\fR\fR
 .RS 4
-
-	
-	
-		Allow file write only within the
+Allow file write only within the
 \fIPATH\fR
-subtree\&.
-
-	
-		.RE
-
-		.PP
+subtree\.
+.RE
+.PP
 \fB\-\-xinclude\fR
 .RS 4
-
-	
-	
-		Process the input document using the XInclude specification\&. More details on this can be found in the XInclude specification:
-\m[blue]\fB\%http://www.w3.org/TR/xinclude/\fR\m[]
-
-	
-		.RE
-
-	
-
+Process the input document using the XInclude specification\. More details on this can be found in the XInclude specification:
+\fI\%http://www.w3.org/TR/xinclude/\fR
+.RE
 .SH "ENVIRONMENT"
-
-	
-	
-
-
-		.PP
+.PP
 \fBSGML_CATALOG_FILES\fR
 .RS 4
-
-	
-	
-		SGML
-catalog behavior can be changed by redirecting queries to the user\*(Aqs own set of catalogs\&. This can be done by setting the
+SGML
+catalog behavior can be changed by redirecting queries to the user\'s own set of catalogs\. This can be done by setting the
 \fBSGML_CATALOG_FILES\fR
-environment variable to a list of catalogs\&. An empty one should deactivate loading the default
-/etc/sgml/catalog
-catalog\&.
-
-	
-		.RE
-
-		.PP
+environment variable to a list of catalogs\. An empty one should deactivate loading the default
+\fI/etc/sgml/catalog\fR
+catalog\.
+.RE
+.PP
 \fBXML_CATALOG_FILES\fR
 .RS 4
-
-	
-	
-		XML
-catalog behavior can be changed by redirecting queries to the user\*(Aqs own set of catalogs\&. This can be done by setting the
+XML
+catalog behavior can be changed by redirecting queries to the user\'s own set of catalogs\. This can be done by setting the
 \fBXML_CATALOG_FILES\fR
-environment variable to a list of catalogs\&. An empty one should deactivate loading the default
-/etc/xml/catalog
-catalog\&.
-
-	
-		.RE
-
-	
-
+environment variable to a list of catalogs\. An empty one should deactivate loading the default
+\fI/etc/xml/catalog\fR
+catalog\.
+.RE
 .SH "DIAGNOSTICS"
+.PP
 
-	
-	.PP
 \fBxsltproc\fR
-return codes provide information that can be used when calling it from scripts\&.
-
-	
-
-
-		.PP
+return codes provide information that can be used when calling it from scripts\.
+.PP
 \fB0\fR
 .RS 4
-
-	
-	
-		No error (normal operation)
-
-	
-		.RE
-
-		.PP
+No error (normal operation)
+.RE
+.PP
 \fB1\fR
 .RS 4
-
-	
-	
-		No argument
-
-	
-		.RE
-
-		.PP
+No argument
+.RE
+.PP
 \fB2\fR
 .RS 4
-
-	
-	
-		Too many parameters
-
-	
-		.RE
-
-		.PP
+Too many parameters
+.RE
+.PP
 \fB3\fR
 .RS 4
-
-	
-	
-		Unknown option
-
-	
-		.RE
-
-		.PP
+Unknown option
+.RE
+.PP
 \fB4\fR
 .RS 4
-
-	
-	
-		Failed to parse the stylesheet
-
-	
-		.RE
-
-		.PP
+Failed to parse the stylesheet
+.RE
+.PP
 \fB5\fR
 .RS 4
-
-	
-	
-		Error in the stylesheet
-
-	
-		.RE
-
-		.PP
+Error in the stylesheet
+.RE
+.PP
 \fB6\fR
 .RS 4
-
-	
-	
-		Error in one of the documents
-
-	
-		.RE
-
-		.PP
+Error in one of the documents
+.RE
+.PP
 \fB7\fR
 .RS 4
-
-	
-	
-		Unsupported xsl:output method
-
-	
-		.RE
-
-		.PP
+Unsupported xsl:output method
+.RE
+.PP
 \fB8\fR
 .RS 4
-
-	
-	
-		String parameter contains both quote and double\-quotes
-
-	
-		.RE
-
-		.PP
+String parameter contains both quote and double\-quotes
+.RE
+.PP
 \fB9\fR
 .RS 4
-
-	
-	
-		Internal processing error
-
-	
-		.RE
-
-		.PP
+Internal processing error
+.RE
+.PP
 \fB10\fR
 .RS 4
-
-	
-	
-		Processing was stopped by a terminating message
-
-	
-		.RE
-
-		.PP
+Processing was stopped by a terminating message
+.RE
+.PP
 \fB11\fR
 .RS 4
-
-	
-	
-		Could not write the result to the output file
-
-	
-		.RE
-
-	
-
+Could not write the result to the output file
+.RE
 .SH "SEE ALSO"
-
-	
-	.PP
+.PP
 \fBlibxml\fR(3),
 \fBlibxslt\fR(3)
-
-	.PP
+.PP
 More information can be found at
 .sp
 .RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-
-				\fBlibxml\fR(3)
+\h'-04'\(bu\h'+03'\fBlibxml\fR(3)
 web page
-\m[blue]\fB\%http://www.xmlsoft.org/\fR\m[]
-
-			.RE
+\fI\%http://www.xmlsoft.org/\fR
+.RE
 .sp
 .RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-
-				W3C
+\h'-04'\(bu\h'+03'W3C
 XSLT
 page
-\m[blue]\fB\%http://www.w3.org/TR/xslt\fR\m[]
-
-			.RE
+\fI\%http://www.w3.org/TR/xslt\fR
+.RE
 .sp
-
-
-
+.RE
 .SH "AUTHOR"
 .PP
-\fBJohn Fleck\fR <\&jfleck@inkstain\&.net\&>
-.br
-
-				
-			
-.RS 4
+\fBJohn Fleck\fR <\&jfleck@inkstain\.net\&>
+.sp -1n
+.IP "" 4
 Author.
-.RE
 .SH "COPYRIGHT"
-.br
 Copyright \(co 2001, 2002
 .br