XML SORTED ISSUES IM SCRIPTING

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xiaomodny
    New User
    • Sep 2018
    • 1

    XML SORTED ISSUES IM SCRIPTING

    i need to compare two xml using xml sorted in bc script.If possible share the bc script.
  • Aaron
    Team Scooter
    • Oct 2007
    • 16026

    #2
    Hello,

    The easiest method is to set the comparison to use the File Format by default. If you open two .xml files in the Text Compare, are the files using XML Sorted automatically? If not, use the Tools menu -> File Formats dialog, and move the format higher in the list with the associated *.extension.

    Scripting can be called from the command line using:
    bcompare.exe "@c:\bcscripts\bcscript.txt"

    where bcscript.txt is something like
    load "c:\folder1" "c:\folder2"
    expand all
    folder-report layout:side-by-side output-to:"c:\bcreports\bcreport.html" output-options:html-color
    Aaron P Scooter Software

    Comment

    Working...