XML File output

  1. Choose Output Type “XML File”
  2. Choose the file path, where you would like to save the XML file
  3. Scoreboard OCR will update the XML file as the digits on physical scoreboard change
  4. Make sure you dont use field names with spaces or field names that start with digits, they are not allowed for XML output. For example, 'Score Home' will not work, you must use “ScoreHome”

Here is an example the content of the XML file:

<?xml version="1.0"?>
<root>
    <clock>1:30</clock>
    <shot_clock>10</shot_clock>
</root>