Command "SaveDoc"

Summary

Saves a (XML-)document. The command belongs to the group "File".


Parameters

Parameter Name Description Type
DocRef The name of the reference to the document to be saved. documentReference
Encoding Encoding of the (XML-)document, i.E. ISO-8859-1 valueexpression
FileName Path and filename under which to save the document. valueexpression

Valid parameter combinations



Description

Saves a document referenced by its document reference to a file using the encoding(e.g. ISO-8859-1) specified.

Examples


Example 1

The example below saves the document referenced by "PreparedOutput" to the file "/output/myOutput.xml" using the encoding "ISO-8859-1".
<SaveDoc DocPath="/output/myOutput.xml" DocRef="$PreparedOutput" Encoding="ISO-8859-1"/>