-
Notifications
You must be signed in to change notification settings - Fork 21
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
<releaseinfo> element present in html output #76
Comments
In general, that output indicates that the processor found no template
that matches the given element in that context. I presume the context
is inside <bibliomixed>, although the start tag for that element is
missing in your example.
However, a template for releaseinfo does exist in mode="bibliomixed", so
I'm not clear what going on here. I'm not able to duplicate this
problem with the stock DocBook stylesheets. What version of the
stylesheets are you using? Are you using a customization layer? Do you
get the same results with the stock stylesheet?
Bob Stayton
[email protected]
…On 9/17/2020 4:21 PM, John Tait wrote:
This DocBook code:
|<biblioid>GCRT5021</biblioid>, <title>Track System
Requirements</title>. Issue number: <edition>5</edition>. Issue date:
<pubdate>December 2011</pubdate>. In-force date: <releaseinfo>March
2012</releaseinfo>. <bibliomisc>Application conditions: Part
5</bibliomisc>. </bibliomixed>|
produces <releaseinfo> elements visible in the html output:
|<span class="biblioid">GCRT5021</span>, <cite class="title">Track
System Requirements</cite>. Issue number: <span
class="edition">5</span>. Issue date: <time class="pubdate">December
2011</time>. In-force date: <span><span style="font: monospace; color:
yellow; background-color: red; font-weight:
bold;"><releaseinfo></span>March 2012<span style="font:
monospace; color: yellow; background-color: red; font-weight:
bold;"></releaseinfo></span></span>. <span
class="bibliomisc">Application conditions: Part 5</span>. </p>|
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#76>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6W3QLYICEXJCOHRURVGULSGKKYVANCNFSM4RREUBZQ>.
|
Sorry, I didn't notice this was from the xslTNG project, not the
original DocBook stylesheets.
Bob Stayton
[email protected]
…On 9/17/2020 4:21 PM, John Tait wrote:
This DocBook code:
|<biblioid>GCRT5021</biblioid>, <title>Track System
Requirements</title>. Issue number: <edition>5</edition>. Issue date:
<pubdate>December 2011</pubdate>. In-force date: <releaseinfo>March
2012</releaseinfo>. <bibliomisc>Application conditions: Part
5</bibliomisc>. </bibliomixed>|
produces <releaseinfo> elements visible in the html output:
|<span class="biblioid">GCRT5021</span>, <cite class="title">Track
System Requirements</cite>. Issue number: <span
class="edition">5</span>. Issue date: <time class="pubdate">December
2011</time>. In-force date: <span><span style="font: monospace; color:
yellow; background-color: red; font-weight:
bold;"><releaseinfo></span>March 2012<span style="font:
monospace; color: yellow; background-color: red; font-weight:
bold;"></releaseinfo></span></span>. <span
class="bibliomisc">Application conditions: Part 5</span>. </p>|
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#76>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6W3QLYICEXJCOHRURVGULSGKKYVANCNFSM4RREUBZQ>.
|
ndw
added a commit
to ndw/xslTNG
that referenced
this issue
Sep 19, 2020
ndw
added a commit
to ndw/xslTNG
that referenced
this issue
Sep 19, 2020
ndw
added a commit
that referenced
this issue
Sep 19, 2020
Fix #76, small cosmetic improvement in CSS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This DocBook code:
<biblioid>GCRT5021</biblioid>, <title>Track System Requirements</title>. Issue number: <edition>5</edition>. Issue date: <pubdate>December 2011</pubdate>. In-force date: <releaseinfo>March 2012</releaseinfo>. <bibliomisc>Application conditions: Part 5</bibliomisc>. </bibliomixed>
produces <releaseinfo> elements visible in the html output:
<span class="biblioid">GCRT5021</span>, <cite class="title">Track System Requirements</cite>. Issue number: <span class="edition">5</span>. Issue date: <time class="pubdate">December 2011</time>. In-force date: <span><span style="font: monospace; color: yellow; background-color: red; font-weight: bold;"><releaseinfo></span>March 2012<span style="font: monospace; color: yellow; background-color: red; font-weight: bold;"></releaseinfo></span></span>. <span class="bibliomisc">Application conditions: Part 5</span>. </p>
The text was updated successfully, but these errors were encountered: