[sword-devel] Module release: FreVulgGlaire

2024-05-01 Thread domcox
Dear All, This is to announce that we have just now uploaded FreVulgGlaire in the CrossWire (main) repository. ## Language: French ## Description: Vulgate en Français par l'Abbé Glaire French Vulgate Glaire ## Category: Biblical Text ## Version: This is an update. Version: 2.0 ## What's new:

Re: [sword-devel] Best way to work with Genbooks

2024-05-01 Thread Klaus R. H. Walther
Hi David, I don't know the classes you are using, but maybe you have to do something like this: if(treeKey->firstChild()) { do { this->toc += treeKey->getText(); //Add a space around the new line for the tokenizer to split on this->toc += "\n ";

Re: [sword-devel] Best way to work with Genbooks

2024-05-01 Thread Klaus R. H. Walther
Hi David, I don't know the classes you are using, but maybe you have to do something like this:     if(treeKey->firstChild()) {     do {     this->toc += treeKey->getText();     //Add a space around the new line for the tokenizer to split on     this->toc += "\n ";