RE: [xsl] mediaobject on titlepage

Subject: RE: [xsl] mediaobject on titlepage
From: "Schreifels, Mark J." <mark.schreifels@xxxxxxxxxx>
Date: Thu, 11 Mar 2004 12:47:03 -0600
I've been trying to follow the instructions (http://www.sagehill.net/docbookxsl/HtmlCustomEx.html) where you run your custom spec xml file against the titlepage.xsl to create a new xsl based upon your changes--this is later added to the customization layer:

Generate custom XSL templates
Once you have your complete spec file modified, you process it with an XSLT processor such as Saxon or xsltproc. The stylesheet you use is template/titlepage.xsl in the DocBook XSL distribution. If your customized copy of html/titlepage.templates.xml was named mytitlepage.spec.xml, then you could process it with this command:

xsltproc  \
    -output  html/mytitlepages.xsl  \
    template/titlepage.xsl  \
    html/mytitlepage.spec.xml

The result should be html/mytitlepages.xsl. You'll find in that file a large collection of XSL templates for generating title pages.

-Mark


  C:\>saxon -o /docbook-xsl-1.64.1/html/titlepage.templates.xsl /docbook-xsl-1.64.
  1/html/titlepage.templates.xml /docbook-xsl-1.64.1/html/titlepage.xsl

I don't think titlepage is intended to run on its own: it's a component of the whole
thing and included into the top level docbook.xsl

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread