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: how do i get a common parent with a unique id?


I dont' much care for the <section><title>...</title></section> html
that is output...all I really need is to a unqiue id on an html tag
with the content as children.

something like would suffice:

<div id="foo">
  <h2>Title</h2>
  <p>My paragraphs</p>
  <p>My paragraphs</p>
</div>

I have come to a block in my quest of customizing <title> markup as
explained here: http://www.sagehill.net/docbookxsl/HTMLTitlePage.html

The template/titlepage.xsl is not obvious to me, other than declaring
a bunch of parameters, used elsewhere...how it is generating:

<div class="titlepage">
  <div>
    <div>
      <a name="foo"></a><h2>Title</h2>
    </div>
  </div>
  <p>My paragaphs</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]