What's New in Oxygen XML Scripting 27
November 27, 2024
Oxygen XML Scripting version 27.0 offers some updates to the Compare Directories script.
XPath Expressions to Exclude Nodes Now Supported in Compare Directories Script
A previous limitation was solved for the Compare Directories
command-line script making it now possible to use the
-enx
XPathExprToExcludeNodes
argument. It allows you to specify an XPath expression
that will exclude certain nodes from the comparison. This option can now be used without
any limitation, regardless of the format chosen for the comparison report.More Flexibility in Compare Directories Script
More flexibility was added in the Compare Directories
command-line script in regard to the handling of certain cases as requested by users with
the addition of two new options. The
-a dirPathAlias
argument can be used
to specify an alias for the directory path that will be displayed in the HTML-formatted
operation report instead of a long directory path. The -sl suppressLinks
argument can be set to true to suppress links to the compared directories
and files that are displayed in the HTML operation report.