/xml2bibx

xml2bibx CLI translations converter

Primary LanguageC#GNU General Public License v2.0GPL-2.0

rBiblia xml2bibx converter

With this simple console tool you can convert translations stored in XML format into fully functional *.bibx files used by rBiblia application. XML validation process is done before the conversion.

Download

Compiled version can be downloaded from the official location.

Requirements

  • any Windows version with .NET 3.5/4 framework installed

Compilation

msbuild.exe "xml2bibx/xml2bibx.csproj" /p:OutputPath=output;Config=Release

Usage

xml2bibx.exe input.xml output.bibx

Contact details and donation

If you have a question, please do not hesitate to contact owner of this repo using dedicated contact form (please, keep in mind that I can understand only Polish and English language).

Please support my work.

You can follow rBiblia on Facebook and Telegram.

Changelog:

1.8.0.0 (2021-05-20):

  • verse data type changed to Int32 from byte

1.7.0.0 (2021-05-14):

  • fixed chapter index validation

1.6.0.0 (2021-05-04):

  • added support for new apocrypha books: 3es, sn3

1.5.0.0 (2021-03-13):

  • added XML attribute identifier validation

1.4.0.0 (2019-12-07):

  • added notice tag to XSD schema
  • small improvements

1.3.0.0 (2017-03-23):

  • added book id validation in XSD schema

1.2.0.0 (2017-03-21):

  • added shortname tag to XSD schema

1.1.0.0 (2017-03-20):

  • added XML pre-validation process based on the included XSD schema
  • XML is now truncated before compression (all white spaces will be removed)
  • improved status messages when processing file

1.0.0.0 (2016-10-20):

  • initial open source release