Wiki source for CommandXinclude
======Command xinclude======
====Name====
**xinclude** runs xinclude processing on an xml file and outputs the expanded file
====Synopsis====
xinclude [ [[SerializationOptions serialization options]] ] [file]
Supports the standard [ [[SerializationOptions serialization options]] ]
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.
----
[[Commands]]
[[CategoryCommands]]
====Name====
**xinclude** runs xinclude processing on an xml file and outputs the expanded file
====Synopsis====
xinclude [ [[SerializationOptions serialization options]] ] [file]
Supports the standard [ [[SerializationOptions serialization options]] ]
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.
----
[[Commands]]
[[CategoryCommands]]