atom feed3 messages in org.oasis-open.lists.docbook-appsDOCBOOK-APPS: Re: Problems with Xalan...
FromSent OnAttachments
Norman WalshApr 6, 2001 10:53 am 
Bob StaytonApr 6, 2001 11:59 am 
benApr 6, 2001 4:28 pm 
Subject:DOCBOOK-APPS: Re: Problems with Xalan and XT
From:Norman Walsh (nd@nwalsh.com)
Date:Apr 6, 2001 10:53:56 am
List:org.oasis-open.lists.docbook-apps

/ ben <nico@libertysurf.fr> 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