Converting HTML to XSL:FO with HTML2FO gives me the following at the end of my .FO file and causes the subject error above when using FOP
HTML2FO debug output: /BODY /XML-PAGE-SEQUENCE /HTML done converting special chars and writing out... done freeing memory... done
My .fo file (end of file):
</fo:page-sequence></fo:root>le>
where does this le> come from? when I remove it, FOP handles the file ok.
Log in to post a comment.
Converting HTML to XSL:FO with HTML2FO gives me the following at the end of my .FO file and causes the subject error above when using FOP
HTML2FO debug output:
/BODY
/XML-PAGE-SEQUENCE
/HTML
done
converting special chars and writing out... done
freeing memory... done
My .fo file (end of file):
</fo:page-sequence></fo:root>le>
where does this le> come from? when I remove it, FOP handles the file ok.