This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Announce: DocBook XSL Stylesheets V0.17


Hi Norm, everyone,

On Tue, 2 Nov 1999, Norman Walsh wrote:

> I've just published V0.17 of my DocBook XSL Stylesheets. I've decided
> to release the current version as 1.0 later in the week, so this will
> serve as one last sanity check. Please let me know if you find any
> problems.

In html/docbook.xsl, shouldn't the output method be:
<xsl:output method="html"/>

Also, I'm writing articles, so in the title section I believe there ought
to be an extra xsl:when testing for the artheader:

      <xsl:when test="$document.element/artheader/title[1]">
        <xsl:value-of select="$document.element/artheader/title[1]"/>
      </xsl:when>

Other than that, looks pretty good so far, but I'll be banging on it some
more.

You might want to fix the Manifest section in the README for the 1.0
release, now that there is stuff in the fo/ directory =)

Thanks for all your work Norm, we wouldn't be able to do all this great
stuff without you!

. . . Sean.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]