Commands Index:
* introannotate
apropos
catcr
catcs
cc.icon
cc.magic
cd
chactivity
chbl
checkin
checkout
checkvob
chevent
chflevel
chfolder
chmaster
chpool
chproject
chstream
chtype
chview
clearaudit
clearbug
cleardescribe
cleardiffbl
cleardiff
clearexport_ccase
clearexport_cvs
clearexport_pvcs
clearexport_rcs
clearexport_sccs
clearexport_ssafe
clearfsimport
cleargetlog
clearhistory
clearimport
clearjoinproj
clearlicense
clearmake
clearmake.options
clearmrgman
clearprojexp
clearprompt
cleartool
clearviewupdate
clearvobadmin
comments
config_ccase
config_spec
cptype
credmap
creds
deliver
describe
diffbl
diffcr
diff
dospace
edcs
endview
env_ccase
events_ccase
export_mvfs
exports_ccase
file
find
findmerge
fmt_ccase
getcache
get
getlog
help
hostinfo
init_ccase
ln
lock
lsactivity
lsbl
lscheckout
lsclients
lscomp
lsdo
lsfolder
lshistory
ls
lslock
lsmaster
lspool
lsprivate
lsproject
lsregion
lsreplica
lssite
lsstgloc
lsstream
lstype
lsview
lsvob
lsvtree
makefile_aix
makefile_ccase
makefile_gnu
makefile_pmake
makefile_smake
makefile_sun
man
merge
mkactivity
mkattr
mkattype
mkbl
mkbranch
mkbrtype
mkcomp
mkdir
mkelem
mkeltype
mkfolder
mkhlink
mkhltype
mklabel
mklbtype
mkpool
mkproject
mkregion
mkstgloc
mkstream
mktag
mktrigger
mktrtype
mkview
mkvob
mount_ccase
mount
msdostext_mode
mvfslog
mvfsstorage
mvfstime
mvfsversion
mv
omake
pathnames_ccase
permissions
profile_ccase
promote_server
protect
protectvob
pwd
pwv
query_language
quit
rebase
recoverview
reformatview
reformatvob
register
relocate
rename
reqmaster
reserve
rgy_backup
rgy_check
rgy_passwd
rgy_switchover
rmactivity
rmattr
rmbl
rmbranch
rmcomp
rmdo
rmelem
rmfolder
rmhlink
rmlabel
rmmerge
rmname
rmpool
rmproject
rmregion
rmstgloc
rmstream
rmtag
rmtrigger
rmtype
rmver
rmview
rmvob
schedule
schemes
scrubber
setactivity
setcache
setcs
setplevel
setsite
setview
shell
snapshot.conf
softbench_ccase
space
startview
type_manager
umount
uncheckout
unlock
unregister
unreserve
update
version_selector
view_scrubber
vob_restore
vob_scrubber
vob_sidwalk
vob_snapshot
vob_snapshot_setup
wildcards_ccase
winkin
xclearcase
xcleardiff
xmldiffmrg
DESCRIPTION
The xmldiffmrg command starts a GUI in which you compare and merge versions of XML elements. xmldiffmrg parses XML, which enables you to do the following:
- Compare and merge XML structure and content without understanding XML markup.
- Expand, collapse, browse, and filter the data tree resulting from a comparison or merge operation.
For general information about comparing and merging element versions, see Developing Software.
RESTRICTIONS
Identities
For all operations except creating a merge arrow, no special identity is required. To create a merge arrow, you must have one of the following identities:
OPTIONS AND ARGUMENTS
Treatment of White Space
- Default
- The default behavior differs according to whether the nodes contain white space only, or both white space and other characters, as follows:
- –visible_blank
- White-space characters are made visible by alternate glyphs representing
the white space.
- –blank_ignore
- Ignores white-space characters in white-space-only nodes. This option
does not affect the comparison of nodes that contain both white space and
other characters.
Contributor Pane Stacking
Destination of the Merge Output
- Default
- None; the GUI prompts for a destination if none is specified in the
command line.
- –out pname
- Specifies the pathname to which the merge
output is written after all conflicts are resolved. Use this option to perform
a merge that does not overwrite any of its contributors.
- –to to-version
- Specifies the file that is to be the
merge target. to-version is both a contributor
to the merge and the destination of the merged output.
Controlling User Interaction
- Default
- Performs merges as automatically as possible, prompting you to make
a choice only when two or more contributors differ from the base contributor.
- –query
- Changes in the to-version are accepted
unless a conflict exists. Turns off automatic merging for nontrivial merges
and prompts you to proceed with every change in the other contributors.
- –abort
- Cancels the command instead of engaging
in a user interaction; a merge takes place only if it is completely automatic.
If two or more contributors differ from the base contributor, a warning is
issued and the command is canceled. This command is useful in shell scripts
that batch many merges (for example, all file elements in a directory) into
a single procedure.
- –qall
- Turns off automated merging. You are
prompted to make a choice every time a contributor differs from the base contributor.
This option is turned on when xmldiffmrg cannot determine
a common ancestor (or other base contributor), and you do not use –base.
Character Encoding
- Default
- None.
- –encoding { utf-16 | utf-8 | iso-8859-1 | ascii}
- If an output file is generated, use the
specified (case-insensitive) encoding type. The generated output contains
an XML Declaration statement containing the specified encoding attribute if
required. If a character code cannot be represented in the specified encoding,
it is written out as an XML character reference in the form
&xnnnn;
where nnnn is a hexadecimal character index.