s1kd-mvref Description khzae.net khzae.net All Add --xml-catalog parser option. General The s1kd-mvref tool changes all references to one object (the source object) into references to another object (the target object) in a specified set of objects. Usage s1kd-mvref [-d <dir>] [-s <source>] [-t <target>] [-cflqvh?] [<object>...] Options -c, --content Only move references within the content section of objects. -d, --dir <dir> Move references in all objects in the specified directory. -f, --overwrite Overwrite updated input objects. -h, -?, --help Show help/usage message -l, --list Treat input as a list of data module filenames, rather than a data module itself. -q, --quiet Quiet mode. Errors are not printed. -s, --source <source> The source object. -t, --target <target> Change all references to the source object specified with -s into references that point to <target>. -v, --verbose Verbose output. --version Show version information. <object>... Objects to move references in. In addition, the following options allow configuration of the XML parser: --dtdloadLoad the external DTD.--hugeRemove any internal arbitrary parser limits.--netAllow network access to load external DTD and entities.--noentResolve entities.--parser-errorsEmit errors from parser.--parser-warningsEmit warnings from parser.--xincludeDo XInclude processing.--xml-catalog <file>Use an XML catalog when resolving entities. Multiple catalogs may be loaded by specifying this option multiple times. Example $ s1kd-mvref -f -s <old DM> -t <new DM> DMC-*.XML