1XGFUPDATE(1) General Commands Manual XGFUPDATE(1)
2
3
4
6 xgfupdate - updates an Xgridfit program file to the latest version.
7
9 xgfupdate file
10
12 Xgfupdate is a utility that updates an Xgridfit program file so that it
13 validates against the current xgridfit.rnc schema. Xgfupdate outputs
14 the updated file to stdout. To capture the output in a file, use this
15 syntax:
16
17 $xgfupdate [options] infile > outfile
18
20 -h Display a help message and exit.
21
22 -v 1|2 Choose a mode in which to run Xgfupdate. "1" updates an Xgridfit
23 program so that it will validate against the 2.0 schema. "2"
24 updates an Xgridfit program from version 1.x or 2.0 to version
25 2.1 by adding the Xgridfit namespace; it also revises XInclude
26 elements to be aware of the Xgridfit namespace.
27
29 /usr/share/xml/xgridfit/util/xgf-update.xsl
30 /usr/share/xml/xgridfit/util/xgf-add-namespace.xsl XSLT scripts
31 that do the updating.
32
33 /usr/share/xml/xgridfit/util/add-blanks.sed
34 A Sed script that does some formatting of the output.
35
37 xgridfit(1).
38
40 Xgfupdate was written by Peter Baker <psb6m@virginia.edu>.
41
42 This manual page was written by Peter Baker
43
44
45
46 2009-12-18 XGFUPDATE(1)