1pmlexpand(1) General Commands Manual pmlexpand(1)
2
3
4
6 pmlexpand ‐ expand and remove defaults in a PhotoML XML file
7
9 pmlexpand [-h] [-a | -b] [[infile] outfile]
10
12 pmlexpand expands defaults into the relevant elements and removes the
13 defaults elements. Input is written to stdout if no output file is
14 specified, and read from stdin if no input file is specified.
15
17 pmlexpand accepts the following options:
18
19 -h Display usage information.
20
21 -a Replace defaults elements with a comment indicating the posi‐
22 tion from which they were removed.
23
24 -b Comment out the defaults elements.
25
27 Brendt Wohlberg <photoml@wohlberg.net>
28
30 Copyright © 2003‐2007 Brendt Wohlberg <photoml@wohlberg.net>
31
32 This program is free software; you can redistribute it and/or modify it
33 under the terms of version 2 of the GNU General Public License
34 <http://www.gnu.org/licenses/gpl-2.0.txt>.
35
36 This program is distributed in the hope that it will be useful, but
37 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
38 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
39 Public License for more details.
40
42 pmlvalid(1)
43
44
45
46 14 Janaury 2008 pmlexpand(1)