I see this message, can anyone tell me what it is or at least where to investigate?
- Code: Select all
transform.fo2pdf.xep:
[java] [Fatal Error] xep.xml:169:4: The markup in the document following the root element must be well-formed.
[java] Could not create XEP formatter: com.renderx.xep.lib.ConfigurationException: Structure error in configuration file: org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
Is this referring to my bookmap or to a configuration file? The map and topics I'm trying to generate show no errors when I validate in Oxygen.
I also have this which seems less likely to be the culprit (lacking the word "fatal" in it for one thing) :
- Code: Select all
transform.topic2fo.flagging.filter:
[xslt] Processing /spf-doc/spf-doc (trunk)/temp/stage1.xml to /spf-doc/spf-doc (trunk)/temp/stage1a.xml
[xslt] Loading stylesheet /Applications/oxygen/frameworks/dita/DITA-OT/demo/fo/xsl/fo/flagging-preprocess.xsl
[xslt] /Applications/oxygen/frameworks/dita/DITA-OT/demo/fo/xsl/fo/flag-rules.xsl:198:30: Warning! A variable with no following sibling instructions has no effect
I investigated the file flag-rules.xsl and found no variable without content with the opening and closing variable tags, at least nothing obvious like a <variable> </variable> with nothing inside it.
Thanks,

