Document folder Property window
When the documents folder is selected, the Property window shows these properties:
- XML Schema File – File path to the XML schema file.
- XSLT StyleSheet (Html) – File path to the XSLT stylesheet file used for HTML generation.
- XSLT StyleSheet (Fo) – File path to the XSLT stylesheet file used for PDF generation.
- Fop Executable (Pdf) – File path the FOP executable used for PDF generation.
- Clear Cache – Clears the cached XSL transform object and forces creation of a new one. The caching is done to save time during document generation, so subsequent generation or update of the document can use the cached transform object. But sometimes you may want to force a recompile of the document if you change the style sheet.
The XML, HTML, and PDF generation require the XML schema file and XSLT style sheets to generate proper output. In addition, the PDF generation requires a FOP executable. You can use the defaults provided in the installation or provide the file paths of your own preferred style sheets and FOP executable installed in his machine.