How to retain layer information while exporting to FXL HTML
Hi
I'm writing a script that uses the FXL HTML export.
I have this educational book (made in indesign)
I want to make an HTML version of this.
In the books are gaps where students need to fill in texts and drawings
For the teacher we have a version of the book, with the solutions ready made
In a special layer with the "solutions" those missing texts en boxes are present.
When we set the layer visible, we can make a pdf for the book from the teacher
What I want to achieve, is to export the HTML pages (FXL) and be able to grab the HTML that was in the "solutions" layer, so I can automate the process of hiding and showing solutions.
The only thing remaining in the html (exept for inline styles) are classes originating from character- paragraph- and alinea styles. I've tried to use those for my purpose, but since only one style can be applied to a pageItem, I'm afraid I will mess up the original indesign.
Are there any other kind of annotations that I can script into the HTML export exept from styles?
