Changeset 203
- Timestamp:
- 09/14/06 21:03:03 (2 years ago)
- Files:
-
- trunk/plugins/spod5 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/spod5
r196 r203 294 294 </div> 295 295 296 <xsl:apply-templates select=" *[starts-with(name(), 'head')]"/>296 <xsl:apply-templates select="head1"/> 297 297 298 298 </div> … … 346 346 347 347 <xsl:template match="head1"> 348 <div class="slide"><h1><xsl:apply-templates/></h1> 349 <xsl:apply-templates select="following-sibling::*[generate-id(preceding-sibling::head1[1]) = generate-id(current())]"/> 348 <div class="slide"> 349 <h1><xsl:apply-templates/></h1> 350 <xsl:apply-templates select="following-sibling::*[name() != 'head1' and generate-id(preceding-sibling::head1[1]) = generate-id(current())]"/> 350 351 </div> 351 352 </xsl:template>
