← Prev in month ← Prev in thread

DOCBOOK-APPS: Re: Problems with Xalan and XT

From
Norman Walsh <>
Date
2001-04-06T17:54:18+00:00
ID
Thread
DOCBOOK-APPS: Re: Problems with Xalan and XT
/ ben <> was heard to say:
| * When I want an HTML document splitted in several files, I do:
| 
|   java org.apache.xalan.xslt.Process -in myfile.xml -xsl
| /path/to/docbook/html/chunk.xsl

Use html/xtchunk.xsl

|   I have the following error:
|   DOM ERROR! class: org.apache.xalan.templates.ElemExtensionCall
|   file:///path/to/docbook/html/chunk.xsl; Line 17; Column 58;
|   XSLT Error (javax.xml.transform.TransformerConfigurationException):
| Failed calling setPrefix method!

Uh, what version of Xalan are you running?

|   java com.jclark.xsl.sax.Driver myfile.xml
| /path/to/docbook/html/docbook.xsl > myfile.html
| 
|   I have the error:
|   file:/path/to/docbook/html/index.xsl:273: no such function: key

Oh, I broke xt support in 1.29. Try 1.36 from sourceforge.net/projects/docbook

Or delete all references to key() in the index.xsl file.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <>      | It does not do harm to the mystery
http://www.oasis-open.org/docbook/ | to know a little about it. For far
Chair, DocBook Technical Committee | more marvelous is the truth than
                                   | any artists of the past
                                   | imagined!--Richard Feynman
← Prev in month ← Prev in thread