[xml] xsltproc/docbook/xsl-version-1.42



I wrote a xml-document according to the XML-version of 
the docbook-DTD (docbook41/docbookx.dtd).

If I try to translate the document to HTML with:

xsltproc --docbook --catalogs \ 
         --output "xsltproc-test.html" \
        /usr/share/sgml/docbkxsl/xhtml/docbook.xsl test.xml

I get:
No localization exists for "en" or "". Using default "en".
No "en" localization exists.
No context named "title" exists in the "en" localization.
No template named "book" exists in the context named "title" in the "en" localization.
No localization exists for "en" or "". Using default "en".
No "en" localization of "TableofContents" exists; using "en".
No localization exists for "en" or "". Using default "en".
No "en" localization exists.
No context named "title" exists in the "en" localization.
No template named "chapter" exists in the context named "title" in the "en" localization.

xsltproc --version ==>

Using libxml 20418, libxslt 10014 and libexslt 705
xsltproc was compiled against libxml 20418, libxslt 10014 and libexslt 705
libxslt 10014 was compiled against libxml 20418
libexslt 705 was compiled against libxml 20418


version of xsl-styleshhet is 

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version='1.0'>
<xsl:param name="VERSION">1.42</xsl:param>
</xsl:stylesheet>


Can I use another stylesheet that works with xsltproc and
this version of docbook ?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]