Skip to content

Commit

Permalink
fix issue #35 nested sets not showing in chunked next and prev
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstayton committed Jul 13, 2018
1 parent e5123a8 commit fbca24d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xsl/html/chunk-common.xsl
Expand Up @@ -241,6 +241,7 @@

<xsl:variable name="prev"
select="(preceding::d:book[1]
|preceding::d:set[1]
|preceding::d:preface[1]
|preceding::d:chapter[1]
|preceding::d:appendix[1]
Expand Down Expand Up @@ -341,6 +342,7 @@

<xsl:variable name="next"
select="(following::d:book[1]
|following::d:set[1]
|following::d:preface[1]
|following::d:chapter[1]
|following::d:appendix[1]
Expand Down Expand Up @@ -403,6 +405,7 @@

<xsl:variable name="prev"
select="(preceding::d:book[1]
|preceding::d:set[1]
|preceding::d:preface[1]
|preceding::d:chapter[1]
|preceding::d:appendix[1]
Expand Down Expand Up @@ -448,6 +451,7 @@

<xsl:variable name="next"
select="(following::d:book[1]
|following::d:set[1]
|following::d:preface[1]
|following::d:chapter[1]
|following::d:appendix[1]
Expand Down

0 comments on commit fbca24d

Please sign in to comment.