[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Handling PUBMED
I was thinking that biblioid would be
appropriate:
<biblioid class="other"
otherclass="pubmed">5082342</biblioid>
You would need to write an XSL customization to
format this if you need to generate a label.
Regarding the structure, you can't really rearrange
the nesting structure of DocBook's elements, and there is no sub-chapter
element. So a structure like you describe must be:
<part> - for Part
<chapter> - sections <sect1> - for Chapter <sect2> - for sub chapters <sect3>, <sect4> - sections in sub chapters. You can alter how these are labeled in the output
by using the 'local.l10n.xml' parameter to change the generated
text.
<l:gentext key="chapter"
text="Section"/>
etc.
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]