Skip to content

Conversion scripts/xslt for wadoku.de’s xml data into edict(2) format

Notifications You must be signed in to change notification settings

makigumo/wadoku-edict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Conversion script for wadoku.de's XML data into edict/edict2 format

This are basically XSL transformation files to be applied to the XML data.

  • entry_export_edict.xsl will produce an UTF-8 encoded EDICT compatible file.
  • entry_export_edict2.xsl will produce an UTF-8 encoded EDICT2 compatible file.

For convenience a helper perl script xslttransform.pl is included.

./xslttransform.pl xsl/entry_export_edict.xsl wadoku.xml > outputfile

Dependencies

The perl script requires the XML::LibXSLT perl package.

For Ubuntu:

sudo apt-get install libxml-libxslt-perl

About

Conversion scripts/xslt for wadoku.de’s xml data into edict(2) format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published