Next in thread →
Next in month →
Re: [docbook] Docbook -> EPUB 3
On 14.6.2013 9:16, Borden Rhodes wrote: > Naturally, I've gotten stuck at the first step with this error message > in xsltproc: > > XPath error : Invalid predicate > @*[namespace-uri() eq 'http://www.idpf.org/2011/epub'] eq operator comes in XPath 2.0, so stylesheet you are using is written in XSLT 2.0 and you have to use XSLT 2.0 processor to run it, for example Saxon 9. xsltproc doesn't support XSLT 2.0. 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 rep. ------------------------------------------------------------------ Bringing you XML Prague conference http://xmlprague.cz ------------------------------------------------------------------
Next in thread →
Next in month →