Changeset 8007
- Timestamp:
- 04/03/07 10:42:33 (2 years ago)
- Files:
-
- branches/new-xsl/docbook-xsl-snapshot/VERSION (modified) (1 diff)
- branches/new-xsl/docbook-xsl-snapshot/fo/pagesetup.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/new-xsl/docbook-xsl-snapshot/VERSION
r8003 r8007 18 18 <fm:Project>DocBook</fm:Project> 19 19 <fm:Branch>XSL Stylesheets</fm:Branch> 20 <fm:Version>snapshot_677 0</fm:Version>20 <fm:Version>snapshot_6771</fm:Version> 21 21 <!-- 22 22 <fm:License>MIT/X Consortium License</fm:License> branches/new-xsl/docbook-xsl-snapshot/fo/pagesetup.xsl
r7978 r8007 2278 2278 <!-- Customize this template to set attributes on fo:flow --> 2279 2279 2280 <!-- remove -draft from reference --> 2281 <xsl:variable name="pageclass"> 2282 <xsl:choose> 2283 <xsl:when test="contains($master-reference, '-draft')"> 2284 <xsl:value-of select="substring-before($master-reference, '-draft')"/> 2285 </xsl:when> 2286 <xsl:otherwise> 2287 <xsl:value-of select="$master-reference"/> 2288 </xsl:otherwise> 2289 </xsl:choose> 2290 </xsl:variable> 2291 2280 2292 <xsl:choose> 2281 2293 <xsl:when test="$fop.extensions != 0 or $passivetex.extensions != 0"> 2282 2294 <!-- body.start.indent does not work well with these processors --> 2283 2295 </xsl:when> 2284 <xsl:when test="starts-with($ master-reference, 'body') or2285 starts-with($ master-reference, 'lot') or2286 starts-with($ master-reference, 'front') or2296 <xsl:when test="starts-with($pageclass, 'body') or 2297 starts-with($pageclass, 'lot') or 2298 starts-with($pageclass, 'front') or 2287 2299 $element = 'preface' or 2288 (starts-with($ master-reference, 'back') and2300 (starts-with($pageclass, 'back') and 2289 2301 $element = 'appendix')"> 2290 2302 <xsl:attribute name="start-indent">
