Script Header Specifics
The first line in the script header is called the XML declaration. This line is a standard requirement for all XML scripts, as it defines the XML version (1.0) and the type of encoding.
The first true line of a Ytria automation script will begin with the ytriaAutomation opening tag.
Tag: ytriaAutomation
This tag is required for all Ytria automation scripts
|
TIP |
Although the general header is mandatory, attributes in the ytriaAutomation header tag are not. Please be advised that some Actions will not be compatible across products and versions. It is considered a best practice to include these attributes for reference purposes. Example of a minimum mandatory header in a Ytria Automation script: <?xml version="1.0" encoding="UTF-8"?> <ytriaAutomation> |
|---|
|
NOTE |
All Ytria automation scripts must end with a closing |
|---|
Optional Header Attributes
|
NOTE |
There are some automation scripts that are general and can be used on more than one product. |
|---|