~ubuntu-branches/ubuntu/raring/z3c.rml/raring-201302251714

« back to all changes in this revision

Viewing changes to src/z3c/rml/tests/input/tag-condPageBreak.rml

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2011-01-05 22:34:45 UTC
  • Revision ID: james.westby@ubuntu.com-20110105223445-wkcn61jbbuqid38s
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
 
2
<!DOCTYPE document SYSTEM "rml.dtd">
 
3
 
 
4
<document
 
5
    filename="tag-condPageBreak.pdf"
 
6
    xmlns:doc="http://namespaces.zope.org/rml/doc">
 
7
 
 
8
  <template>
 
9
    <pageTemplate id="main">
 
10
      <frame id="first" x1="1cm" y1="21cm" width="19cm" height="6cm"/>
 
11
    </pageTemplate>
 
12
  </template>
 
13
 
 
14
  <story>
 
15
    <h1>Text 1 - On page 1</h1>
 
16
    <condPageBreak height="8cm" doc:example="" />
 
17
    <h1>Text 2 - On page 2</h1>
 
18
    <condPageBreak height="4cm" />
 
19
    <h1>Text 3 - On page 2</h1>
 
20
  </story>
 
21
</document>