-1

How can I open these EML.XML files? I know how to acces the ZIP... ;-)

1 Answers1

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