wolfgangmm / tei-simple-pm

An implementation of the TEI Simple ODD extensions for processing models in XQuery.
http://showcases.exist-db.org/exist/apps/tei-simple/index.html
20 stars 9 forks source link

Error when generating FO PDF #9

Closed joewiz closed 9 years ago

joewiz commented 9 years ago

From index.html, clicking on PDF button for baldwin leads to:

http://localhost:8080/exist/apps/tei-simple/modules/fo.xql?odd=teisimple.odd&doc=/test/baldwin.xml

which yields this error:

<exception>
  <path>/db/apps/tei-simple/modules/fo.xql</path>
  <message>
exerr:ERROR For "fo:block", "fo:marker" must be declared before "initial-property-set? (#PCDATA|%inline;|%block;)"! (See fo:block, "HIGGINBOTHAM, vs., SWINK, , Slan...") [at line 75, column 29]
  </message>
</exception>