Document Folder Property Window
When the documents folder is selected, the Property window shows the following 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 stylesheet).
The XML, HTML and PDF generation require the XML schema file and XSLT stylesheets 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 stylesheets and fop executable installed in your machine.