[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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: jirka@kosek.cz 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
------------------------------------------------------------------
Attachment:
signature.asc
Description: OpenPGP digital signature
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]