// <cognex_data_formatting>
//  <token_based>
//      <text>abc</text>
//      <barcode/>
//      <tab/>
//      <text>def</text>
//      <valami1>
//          <valami2>
//          </valami2>
//          <cr/>
//          <lf/>
//          <text>ghi</text>
//      </valami1>
//      <crlf/>
//      <comma/>
//      <text>jkl</text>
//  </token_based>
// </cognex_data_formatting>
function onResult (decodeResults, readerProperties, output)
{
    if (decodeResults[0].decoded)
    {
        // don't care
    }
}