Skip to content

Releases: indication/XmlComplex

v1.0.1.2

21 Apr 17:40
Compare
Choose a tag to compare
  • Refactor messages to Resources
    • Move message laterals to Resources
    • Fix return code -1 to 0 on specifying help/encodings
  • Add locale: ja
  • Fix duplicate applicationSettings (#2) thanks @daiyama19

v1.0.1.1

05 Dec 16:25
Compare
Choose a tag to compare
  • Add no indent / indent character option

  • Arch to Any CPU

    XmlComplex.exe -o=exportfile.xml inputfile1.xml inputfile2.xml
    Options:
      -o=FILE [--output=FILE]
              Output file. Specify export file. It is able to set input file
    
      -e=ENCODNG [--encoding=ENCODING]
              Output encoding. default: utf8 (without BOM)
              UTF-8BOM/UTF-16BOM/UTF-16BEBOM/UTF-32BOM/UTF-32BEBOM is supported.
    
      -i=INDENTCHAR [--indent=INDENTCHAR]
              Output with indednt. default:    (double space)
      -i- [--no-indent]
              Output with no indent
    
      -n=LINECODE [--newline=LINECODE]
              Output line break charactor(s). default: CRLF
              LINECODE: CR|LF|CRLF
    
      -es [--encodings]
              Show supported encodings.
    
      -h --help
              Show this message
    

v1.0.1.0

10 Mar 13:14
Compare
Choose a tag to compare

Support command line options

Caution: in past release(v1.0.0.0), argument format is changed.

  XmlComplex.exe -o=exportfile.xml inputfile1.xml inputfile2.xml
  Options:
    -o=FILE [--output=FILE]
            Output file. Specify export file. It is able to set input file

    -e=ENCODNG [--encoding=ENCODING]
            Output encoding. default: utf8 (without BOM)
            UTF-8BOM/UTF-16BOM/UTF-16BEBOM/UTF-32BOM/UTF-32BEBOM is supported.

    -n=LINECODE [--newline=LINECODE]
            Output line break charactor(s). default: CRLF
            LINECODE: CR|LF|CRLF

    -es [--encodings]
            Show supported encodings.

    -h --help
            Show this message

v1.0.0.0

10 Mar 12:55
Compare
Choose a tag to compare

First release