How can I open these EML.XML files? I know how to acces the ZIP... ;-)
Asked
Active
Viewed 3,073 times
-1
-
1Any text editor should be able to open the .xml file – M. Becerra Feb 23 '17 at 14:05
1 Answers
0
They're just XML files, you can open them in any text editor.
The specification (PDF) is custom to kiesraad.nl. That's the wonderful thing about XML, you can define your own data structures. And they have. The specs explain what each XML element means, and what can belong where. It'll allow you to write a very accurate parser, if you wish.
There are also formatted PDFs of the data if you want something you can read.

Oli
- 293,335