Hi,
The body.start.indent is set on a page-sequence by the template named
'set.flow.properties' in fo/pagesetup.xsl. See this section for details:
http://www.sagehill.net/docbookxsl/PrintOutput.html#IndentingBodyTextThat template tests to see if the page master name starts with 'body':
<xsl:when test="starts-with($pageclass, 'body') or
so you'll need to customize it to add your page-master names.
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net