OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK: Problems with Xalan and XT


Hello,

I'm new to the list, and I try to make Xalan and XT work on my machine!
I hope that someone can help me.

Here are my problems:

* 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

  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!

  I think it's because a .jar is missing but which one? Which archives
are needed to use chunk?

* When I try to have an HTML output with XT, it fails; I do:

  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

  What am I doing wrong?

Thanks in advance for any advice.

The versions I have:
* XML DocBook DTD: 4.1.2
* XSL DocBook stylesheets: 1.29
* XT: 19991102
* XP: 0.5
* Java Xalan: 2.0.0

BG



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC