This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]