Skip to content

mocnik/oevent2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OEVENT2XML

OEVENT2XML exports results from OEVENT to IOF Data Standsard 3.0 XML format. OEVENT needs to run in network mode using FirebirdSQL database server.

Example

import xml

conn = "192.168.1.5:C:\\Users\\smocnik\\AppData\\Roaming\\OEvent\\Data\\Competition10.gdb"

with open("r.xml", "wb") as f:
    f.write(oevent2xml.to_xml(conn))

Dependencies:

  • firebirdsql
  • PyXB

Usage with liveresultat:

About

Export OEVENT results to IOF v3 XML format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages