OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: alternative id generation


I am wanting to override the default structure for xhtml on sections:

        <div class="section" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
		<h2 class="title" style="clear: both"><a id="explanation"></a>The
Explanation</h2>
              </div>
            </div>
          </div>
	<p>Explanation here</p>
       </div>



With something a little less verbose, like:

<div class="section">
   <h2>Explanation</h2>
  <p>The explanation here</p>
</div>





-- 
Anthony Ettinger
Ph: 408-656-2473
var (bonita, farley) = new Dog;
farley.barks("very loud");
bonita.barks("at strangers");

http://chovy.dyndns.org/resume/
http://utuxia.com/consulting


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]