← Prev in month ← Prev in thread
Next in thread → Next in month →

Misc Stylesheet Issues

From
Miller, Ray \(Centech\) <>
Date
2007-02-12T23:31:30+00:00
ID
Thread
Misc Stylesheet Issues
Based on the following code fragment:

 

<div xmlns="" class="chapter"
lang="en">

   <div class="titlepage">

      <div>

         <div>

            <h2
class="title"><a
name="releases"></a>Releases

           
</h2>

        
</div>

      </div>

   </div>

   <div class="toc">

      <p><b>Table
of Contents</b></p>

      <dl>

         <dt><span
class="sect1"><a href=""ch02s01.html">foo" 3.4</a></span></dt>

         <dt><span
class="sect1"><a href=""ch02s02.html">foo"
2.1</a></span></dt>

      </dl>

  </div>

 

Wish to:

1)       extract the h2
value as a stylesheet variable for use in another part of the stylesheet.

2)       Eliminate <div
class=titlepage> element and all child elements

3)       Place a <div>
wrapper around <div class=toc> … </div>

 

 

Having problems locating the correct xsl templates to extend
or override.

 

Any help is appreciated.

 

 

Ray
← Prev in month ← Prev in thread
Next in thread → Next in month →