Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using ${dita.temp.dir}/fullditatopic.list generates unused .html file #1

Open
ToshihikoMakita opened this issue Sep 3, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@ToshihikoMakita
Copy link
Collaborator

DITA-OT standard HTML5 plug-in uses custom elements. This selects correct topics needed to generate. However it does not accept Saxon debugging feature settings such as:

<factory name="net.sf.saxon.TransformerFactoryImpl">
    <attribute name="http://saxon.sf.net/feature/timing" value="true"/>
    <!-- Suppress namespace warning -->
    <attribute name="http://saxon.sf.net/feature/suppressXsltNamespaceCheck" value="true"/>
    <!--Assert-->
    <attribute name="http://saxon.sf.net/feature/enableAssertions" value="true"/>
    <!-- Trace -->
    <!--attribute name="http://saxon.sf.net/feature/traceListenerClass" value="net.sf.saxon.trace.XSLTTraceListener"/-->
</factory>

This is very inconvenient. So I'm using ${dita.temp.dir}/fullditatopic.list. This list contains unused topic files such as conref target only file.

@ToshihikoMakita ToshihikoMakita added the help wanted Extra attention is needed label Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant