Xrefs not being copied to output folder - webhelp
Posted: Fri May 30, 2014 4:07 am
Hi,
I've created several .dita topics where I've inserted File Reference Xrefs to PDF and Excel files. When I generate a Webhelp output, the PDF files are automatically copied over to the output directory, but the Excel files aren't. If I move the Excel files manually (copy / paste) everything works fine.
Is there a setting or a tweak I need to make to my template to tell the plugin/scenario to move the Excel files to the output folder along with the PDFs?
This is what my links look like. The only difference seems to be the 'format'.
<entry><xref
href="folder/file_name.xlsx"
format="xlsx" scope="external">Excel file</xref></entry>
<entry><xref
href="folder/file_name.pdf"
format="pdf" scope="external">Excel file</xref></entry>
Thanks!
R.
I've created several .dita topics where I've inserted File Reference Xrefs to PDF and Excel files. When I generate a Webhelp output, the PDF files are automatically copied over to the output directory, but the Excel files aren't. If I move the Excel files manually (copy / paste) everything works fine.
Is there a setting or a tweak I need to make to my template to tell the plugin/scenario to move the Excel files to the output folder along with the PDFs?
This is what my links look like. The only difference seems to be the 'format'.
<entry><xref
href="folder/file_name.xlsx"
format="xlsx" scope="external">Excel file</xref></entry>
<entry><xref
href="folder/file_name.pdf"
format="pdf" scope="external">Excel file</xref></entry>
Thanks!
R.