Hi,
It used to be that we could specify options when exporting content using basexgui. As the tool no longer allows for this, I'm looking for a way to protect our content integrity. I tried adding indent= false and chop=false to the .basexgui file, but it doesn't seem to help.
The issue we have is with mixed content, when a block with only inline elements gets indented, it adds space at the beginning and the end of paragraphs.
Ex. In <title><span>fdjjflsdjflkd</span></title>, adding spaces before and after the span is an issue. It doesn't matter much when transforming to HTML, but it does other formats and differences in the spacing of any mixed content is a change significant enough to trigger retranslation of our content to other languages.
I'll try writing an .xq to export content, but I thought I should mention that the current export doesn't protect content integrity.