|
msgxmlThe msgxml command line tool is a way that you can programmatically call the Chameleon xml translation technology on a group of messages stored in the HL7 log file format that the HL7 Listener supports. To invoke it you simply need to pass it three parameters on its command line:
You can also supply a flag indicating the type of xml operation you wish to apply. Other operations can be also be tested as this table summarizes:
To XMLWhen using --toxml, the output files will be created with a numbered prefix. So if the output file is specified as output.xml, and the input file has 50 messages, there will be 50 output files called 00001output.xml to 00050output.xml. From XMLWhen using --fromxml, the input is assumed to be a sequence of files prefixed the same way --toxml prefixes file. So if the input is input.xml, files of the form 00001input.xml are expected. Conversion stops when no more files of this form are encountered. Each file contains exactly one xml message.
|