Riksdagens Ledamöter (riksdagens-ledamoter)

A small utility to extract a list of first name, surname and email to all members of the Swedish Parliament.

⚠️ This project has been archived

No future updates are planned. Feel free to continue using it, but expect no support.

Version

This is the XSLT version, extracting data from personlista.xml generated by the personlista API at data.riksdagen.se. You can download the XML of the current members of parliament.

Usage

This example is given using XMLStarlet Command Line XML Toolkit.

$ xml transform transform-to-csv.xslt personlista.xml > members.csv

Output

The output is a sorted list of members, with tab separated columns for surname, first name and email.

License

Copyright (c) 2013, Joel Purra All rights reserved.

When using riksdagens-ledamoter, comply to the MIT license. Please see the LICENSE file for details, and the MIT License on Wikipedia.

Bitdeli Badge