With this straightforward console tool, you can convert translations stored in XML format into fully functional *.bibx files used by the rBiblia application. The XML validation process occurs before the conversion.
Compiled version can be downloaded from the GitHub Releases page.
Any Windows version with the .NET 3.5 or 4 framework installed.
msbuild.exe "xml2bibx/xml2bibx.csproj" /p:OutputPath=output /p:Config=Release
xml2bibx.exe input_translation_file.xml output_translation_file.bibx
If you have any questions, please don't hesitate to contact the owner of this repository using the dedicated contact form. Please note that I can understand only Polish and English languages.
Please support my work.
You can follow rBiblia on Facebook and Telegram.
- verse data type changed to
Int32
frombyte
- fixed chapter index validation
- added support for new apocrypha books:
3es
,sn3
- added XML attribute identifier validation
- added
notice
tag to XSD schema - small improvements
- added book id validation in XSD schema
- added
shortname
tag to XSD schema
- 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
- initial open source release