To specify the type of element for manual variables that
is returned in the XML file, complete the following steps.
- From the %Composerdir% directory, open Composer.MWS.exe.config with a text editor that supports UTF-8.
-
Search for the line that begins as follows.
<add key="manVarResultXmlElementType"
-
Complete one of the following substeps.
- To include only the manvar type in the Info XML, set the value attribute to manvar.
- To include only the manvar2 type in the Info XML, set the value attribute to manvar2.
- To include both types in the Info XML, set the value attribute to both.
<add key="manVarResultXmlElementType" value="manvar2" />
Note: The default value is both. - Save and close the file.