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

Handle itemizedlist/listitem/@override #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tgraham-antenna
Copy link
Contributor

Corresponds to what is already implemented for HTML output.

Corresponds to what is already implemented for HTML output.
@tgraham-antenna
Copy link
Contributor Author

I have now found that the 'list.itemsymbol' named template should handle @override. However, @override had no effect with my 1.79.1 stylesheets until I made my change. I don't know what's going wrong where, but this PR may be redundant if 'list.itemsymbol' currently works (though the template appears to no longer be in lists.xsl so I can't be sure).

@bobstayton
Copy link
Contributor

I'm not able to reproduce this problem. When I process this with the stock docbook-xsl-ns-1.79.1/fo/docbook.xsl stylesheet, the @OverRide works and I get a emdash on the first listitem.
<itemizedlist>
<listitem override="emdash"><para>First item with override.</para>
</listitem>
<listitem><para>Second item.</para>
</listitem>
</itemizedlist>

Did you test it with the stock stylesheet or just your customization layer based on 1.79.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants