Build error for HTML5 output in Flare 2017

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
rhoward84
Jr. Propeller Head
Posts: 1
Joined: Tue Jun 13, 2017 6:43 am

Build error for HTML5 output in Flare 2017

Post by rhoward84 »

Hi all,

I'm getting the following error when building a HTML5 output in Flare 2017:

'Build failed: Unexpected end of file while parsing CDATA has occurred. Line 79, position 1'

I've been able to build the same target without any issues in Flare 12 so am at a loss as to why this is causing the above error in Flare 2017.

Any suggestions or help much appreciated.
shutz
Jr. Propeller Head
Posts: 1
Joined: Mon Jun 26, 2017 10:16 am

Re: Build error for HTML5 output in Flare 2017

Post by shutz »

Did anyone ever get back to you on this? I'm experiencing the same issue.
Tejashree
Jr. Propeller Head
Posts: 2
Joined: Mon Jul 31, 2017 12:15 am

Re: Build error for HTML5 output in Flare 2017

Post by Tejashree »

Hello,

Even we get the error while compiling html5 and chm output. We tried some workarounds suggested in other forum threads - deleting Analyzer, User, and Output folders from the project / unbinding the project / fixing broken links etc. However, the issue still persists.
Tejashree
Jr. Propeller Head
Posts: 2
Joined: Mon Jul 31, 2017 12:15 am

Re: Build error for HTML5 output in Flare 2017

Post by Tejashree »

Happy to report we could resolve the problem! :D
I manually removed the "CDATA" from the html (topic) files. Though, I am not sure how they got added to the code at all. Any guesses?
Michelle_Gardner
Propeller Head
Posts: 24
Joined: Mon Apr 14, 2014 10:22 am

Re: Build error for HTML5 output in Flare 2017

Post by Michelle_Gardner »

I am experiencing this at the moment. The last time I built my project, this didn't happen. Today, it's finding files that aren't even in the TOC and telling me about the CDATA error. Where does this CDATA gibberish come from and why wasn't I getting these errors in previous builds?
bwalsh
Jr. Propeller Head
Posts: 1
Joined: Wed Jan 03, 2018 9:38 am

Re: Build error for HTML5 output in Flare 2017

Post by bwalsh »

I'm not sure if this helps, but I got the error when I included an embedded style sheet in a HTML file I was importing. This was when importing HTML from AsciiDoctor output.

When I changed the AsciiDoctor output to generate and link to a separate stylesheet ("-a linkcss"), the problem didn't occur.

Co-incidentally, it made working with StyleSheets much easier in Flare.

I'm not sure that is the issue, but it's worth trying if it's possible.
Post Reply