If I do the following:
lrf2lrs -o myfile2.lrs myfile1.lrf
lrs2lrf -o myfile3.lrf myfile2.lrs
then myfile3.lrf no longer has the header (that appears at the top of each screen) that was in the original file. So if I then do
lrf2lrs -o myfile4.lrs myfile3.lrf
when I look in myfile4.lrs the //BBeBXylog/Objects element is empty, whereas myfile2.lrs had //BBeBXylog/Objects/Header and //BBeBXylog/Objects/TextBlock elements.
Is lrs2lrf applying some formatting to the LRS and if so, how do I control it?