schierlm / BibleMultiConverter

Converter written in Java to convert between different Bible program formats
Other
124 stars 33 forks source link

USX to OnLineBible - ref #46

Closed Michahel closed 3 years ago

Michahel commented 3 years ago

In USX indicated references with the following XLM code.

   <ref loc="xxx">yyy</ref>

Where xxx is the reference id and yyy is the reference text.

When I run the converter, I get the following result:

The reference text is used as a reference. However, the reference should look like this in OnLineBible:

This text contains a reference here (\\#Nu 20:1-13\\).

See topic "Adding Cross References to Notes" for more information.