Re: [Refdb-users] <newbie> pdftex problem with refdb-0.9.3-pre7
Status: Beta
Brought to you by:
mhoenicka
|
From: Michael M. <mic...@em...> - 2003-07-29 11:00:18
|
On Sunday 27 July 2003 00:14, Markus Hoenicka wrote: > Hi, > > does this error depend on the XSLT processor used by refdbxml? Which > one do you use anyway? Finally I got the saxon XSLT processor installed and running. I set the classpath_root var in 'refdbxml' to the directory where the saxon.jar was installed. When I run "make pdf" which executes "refdbxml -d J.Biol.Chem.fo.xsl -t pdf -p saxon refdbtest.xml" I got back: Error at xsl:call-template on line 30 of file:/usr/local/share/refdb/xsl/docbk-refdb-xsl/docbk-fo/docbk-refdb-fo.xsl: No template exists named component.separator Transformation failed: Failed to compile stylesheet. 1 error detected. a 'make html' which executes "refdbxml -d J.Biol.Chem.html.xsl -t html -p saxon refdbtest.xml" works! Mike |