You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More generally, include xpath from file specified - <include xpath="" file="" />. If xpath attribute is absent - include root xml element. If file attribute is absent - use xpath for current file.
Optional: file attribute can contains environment variables that needed to be substituted.
The text was updated successfully, but these errors were encountered:
Could make preprocessing for xml:
include xpath reference to current place - substitute current
<include xpath="" />
with xml elements that matches to specified xpathwill produce after preprocessing:
More generally, include xpath from file specified -
<include xpath="" file="" />
. Ifxpath
attribute is absent - include root xml element. Iffile
attribute is absent - use xpath for current file.Optional:
file
attribute can contains environment variables that needed to be substituted.The text was updated successfully, but these errors were encountered: