On Mon, Mar 17, 2003 at 12:50:59PM -0500, Gary Lawrence Murphy wrote:
>
> I'm still hunting through to see if there was something I'd done
> wrong, but on using the docbook-xsl-1.60.1 through xsltproc I get
> a title page with the markup as follows:
>
> <div>
> <h1 class="title">
> <a id="UserGuide"/>Sportwire II: SportPage User Guide
^
----------------------^
> </h1>
> </div>
>
> ie, it is missing the closing </a> after the title string
Name anchors (in this case id anchors) in DocBook output
are empty elements,
and this XHTML output is using the XML syntax for empty
element. In HTML output, this would just be
<a name="UserGuide"></a>.
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: [EMAIL PROTECTED]