Revision [352]

This is an old revision of CommandXcat made by DavidLee on 2009-01-03 07:11:05.

 

Command xcat


Name

xcat combine and concatenate XML files to a single XML document

Synopsis

xcat [-w string|element] [file ...]

Description

Concatenates one or more XML files into a single xml fiile.

-w string Wraps each xml file with an element named "string"
-w element Wraps each xml file with the specified element

If no files are specified, then stdin is read.
If no file or one file is specified and no -w argument is given, the file is parsed and serialized without wrapping.
If a -w argument is given the the file is wrapped with a container element.
If no -w argument is given but 2 or more files are specified then the first file is parsed and all files are wrapped
with the root element of the first file, discarding the root element of the 2nd through nth file.




CategoryCommands
CommandsInternal

There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki