Skip to content

Instantly share code, notes, and snippets.

@paregorios
Created March 19, 2016 10:53
Show Gist options
  • Save paregorios/20ff4271a54377aa94ac to your computer and use it in GitHub Desktop.
Save paregorios/20ff4271a54377aa94ac to your computer and use it in GitHub Desktop.
subprocess.run(
[
'saxon',
'-s:{0}'.format(filepath),
'-xsl:{0}'.format('meta2dc.xsl'),
'-o:{0}'.format(os.path.join(out_dir, 'dublin_core.xml'))
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment