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

Re: [docbook-apps] [EPub] namespace problems

From
Jirka Kosek <>
Date
2011-11-01T09:25:39+00:00
ID
Thread
Re: [docbook-apps] [EPub] namespace problems
On 31.10.2011 17:34, Eric Johnson wrote:
> I'm using the Epub2 stylesheets. It turns out that the issue was in
> the titlepage customization that I was using. The titlepage.xsl
> generated from the template/titlepage.xsl didn't inlcude the xhtml
> namespace.
> 
> Once I manually added the namespace to the titlepage.xsl it worked fine.

Please note that I have recently updated template/titlepage.xsl that
generates titlepage templates to overcome this issue. However you have
to specify target namespace by using ns parameter, e.g.

saxon -o my-titlepage.xsl my-titlepage.xml .../template/titlepage.xsl
ns=http://www.w3.org/1999/xhtml

This should appear in the next release, but you can download just new
template/titlepage.xsl  from SVN if you don't want manually touch
generated titlepage files afrter each change.

				Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail:       http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------
← Prev in month ← Prev in thread
Next in thread → Next in month →