Revision [772]
This is an old revision of CommandXinclude made by DavidLee on 2009-09-16 07:58:15.
Command xinclude
Name
xinclude runs xinclude processing on an xml file and outputs the expanded fileSynopsis
xinclude [file]If "file" is omitted or if "-" is used as file then the standard input is used as the source file.
Description
xinclude runs an xinclude preprocessor which expands any <xi:xinclude> elements to the included items, or fallback items as per the xinclude specification.Example
xinclude file.xml
Return Value
Returns 0 if the command executed successfully, 1 if there was an error.CategoryCommands