Here are some things that we do for readability in our sources but which actually are incorrect, and which might need to processing when transforming our Docbook XML into other formats: 1. Our and tags begin with a single stray newline. We do this: This is the first line. This is the second line. but should do this: This is the first line. This is the second line. 2. We have space between our footnote anchors and the text to which they apply. We do this: Body text. This is footnote text. More body text. but should do this: Body text. This is footnote text. More body text.