We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it clear how the following sample template correspondence with DITA.
https://github.com/dita-ot/docs/blob/develop/topics/plugin-rewrite-rules.dita
<xsl:template match="file[@format = 'image']/@result"> <xsl:attribute name="{local-name()}" select="concat('images/', .)"/> </xsl:template>
Add description to above template code.
None
To dynamically adjust the names and locations of output files in the map-first pre-processing routine (preprocess2)
It is also unclear that this function guarantee the xref/@href rewrite or reltable references.
The text was updated successfully, but these errors were encountered:
@jelovirt Can you provide further details on this?
I think it makes sense to provide more information here, but I don't know enough about how this works to answer the questions above.
Sorry, something went wrong.
The first thing would be that we'd need to document the .job.xml i.e. Job object serialization format. The Job object itself has some Javadoc.
.job.xml
Job
<file>
@src
@uri
@result
I'll fill this comment out when I have time.
No branches or pull requests
Description
Make it clear how the following sample template correspondence with DITA.
https://github.com/dita-ot/docs/blob/develop/topics/plugin-rewrite-rules.dita
Possible Solution
Add description to above template code.
Potential Alternatives
None
Additional Context
It is also unclear that this function guarantee the xref/@href rewrite or reltable references.
The text was updated successfully, but these errors were encountered: