1pmltrans(1) General Commands Manual pmltrans(1)
2
3
4
6 pmltrans ‐ transform a PhotoML XML file using the standard PhotoML XSL
7 style sheet
8
10 pmltrans [-h] [-f] [-s size] [-e] [-d] [-x] [xmlfile]
11
13 pmltrans is a shell script which calls xsltproc to transform a PhotoML
14 XML file into an HTML representation using the standard PhotoML XSL
15 style sheet. The HTML output is written to stdout.
16
18 pmltrans accepts the following options:
19
20 -h Display usage information.
21
22 -f Omit the validity test prior to applying the XSL.
23
24 -s size Set the primary font size in points.
25
26 -e Include a column providing exposure details when these are
27 present in the PhotoML data.
28
29 -d Generate detailed output rather than the default summary out‐
30 put.
31
32 -x Expand defaults before applying the XSL. If the summary output
33 is used, defaults are expanded even when this option is not
34 selected.
35
37 Brendt Wohlberg <photoml@wohlberg.net>
38
40 Copyright © 2003‐2007 Brendt Wohlberg <photoml@wohlberg.net>
41
42 This program is free software; you can redistribute it and/or modify it
43 under the terms of version 2 of the GNU General Public License
44 <http://www.gnu.org/licenses/gpl-2.0.txt>.
45
46 This program is distributed in the hope that it will be useful, but
47 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
48 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
49 Public License for more details.
50
52 xsltproc(1)
53
54
55
56 14 January 2008 pmltrans(1)