hcixmltest

This command tests the XML files ready for translation.

hcixmltest [-e encoding] [-a] [-l] [-d n] [-f format] 
[-w search expression] [-p packageName] ocm 
datafile
  • -e encoding is the encoding name for the data file.
  • -a processes all records in the file.
  • -l prints unreadable chars without changing to hex, making the text more readable.
  • -d n shows data at detail level n. The detail level range is 0-4, where 0 is raw, unparsed data and 4 is the most detailed.
  • -fformat specifies the file format:
    • -f len10 specifies 10-byte length-encoded.
    • -f nl specifies newline terminated. This is the default.
    • -f eof specifies end-of-file terminated.
  • -w search expression specifies the search string or regular expression for which to search.
  • -p packageName specifies the directory containing the XML definition file.
  • datafile specifies the data file with which to test.
  • ocm is the name of the message definition.