Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Jun 14, 2019
1 parent a6f5b30 commit ea4ac10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file modified src/z3c/rml/rml-reference.pdf
Binary file not shown.
10 changes: 7 additions & 3 deletions src/z3c/rml/rml.dtd
Expand Up @@ -306,9 +306,15 @@
<!ATTLIST mergePage filename CDATA #REQUIRED>
<!ATTLIST mergePage page CDATA #REQUIRED>

<!ELEMENT story (spacer*,illustration*,pre*,xpre*,codesnippet*,plugInFlowable*,barCodeFlowable*,outlineAdd*,title*,h1*,h2*,h3*,h4*,h5*,h6*,para*,blockTable*,nextFrame*,setNextFrame*,nextPage*,setNextTemplate*,condPageBreak*,keepInFrame*,keepTogether*,img*,imageAndFlowables*,pto*,indent*,fixedSize*,bookmarkPage*,bookmark*,link*,hr*,showIndex*,name*,namedString*,log*,debug*,info*,warning*,error*,critical*,docAssign*,docExec*,docPara*,docIf*,docElse*,docWhile*,ol*,ul*,includePdfPages*,storyPlace*)>
<!ELEMENT story (pto*,spacer*,illustration*,pre*,xpre*,codesnippet*,plugInFlowable*,barCodeFlowable*,outlineAdd*,title*,h1*,h2*,h3*,h4*,h5*,h6*,para*,blockTable*,nextFrame*,setNextFrame*,nextPage*,setNextTemplate*,condPageBreak*,keepInFrame*,keepTogether*,img*,imageAndFlowables*,indent*,fixedSize*,bookmarkPage*,bookmark*,link*,hr*,showIndex*,name*,namedString*,log*,debug*,info*,warning*,error*,critical*,docAssign*,docExec*,docPara*,docIf*,docElse*,docWhile*,ol*,ul*,includePdfPages*,storyPlace*)>
<!ATTLIST story firstPageTemplate CDATA #IMPLIED>

<!ELEMENT pto (pto_header?,pto_trailer?)>

<!ELEMENT pto_header>

<!ELEMENT pto_trailer>

<!ELEMENT spacer>
<!ATTLIST spacer width CDATA #IMPLIED>
<!ATTLIST spacer length CDATA #REQUIRED>
Expand Down Expand Up @@ -986,8 +992,6 @@
<!ATTLIST imageAndFlowables imageBottomPadding CDATA #IMPLIED>
<!ATTLIST imageAndFlowables imageSide (left|right) #IMPLIED>

<!ELEMENT pto>

<!ELEMENT indent>
<!ATTLIST indent left CDATA #IMPLIED>
<!ATTLIST indent right CDATA #IMPLIED>
Expand Down

0 comments on commit ea4ac10

Please sign in to comment.