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: Re: DOCBOOK: Error with DBX XSLT sheets 1.22


Hello,
Xalan apparently has some problems with recent release can you try using saxon
or xt and see if the errors persist
i am using the same stylesheet and DTD and working fine.
regards
maddy
 On Mon, 30 Oct 2000, you wrote:
> I have this error, when parsing DocBook XML 4.1.2 with the XSLT sheets 1.22:
> 
> ========= Parsing file:/vol/www/woc/archief/documentatie/docbook/xhtml/docbook.xsl ==========
> Parse of file:/vol/www/woc/archief/documentatie/docbook/xhtml/docbook.xsl took 50042 milliseconds
> ========= Parsing osdg.xml ==========
> xterm &
> Parse of osdg.xml took 50741 milliseconds
> =============================
> Transforming...
> XSL Error: pattern = '$toc.list.type = 'dl''
> VariableReference given for variable out of context or without definition!  Name = toc.list.type, source tree node: #document
> Xalan: was not successful.
> XSLProcessor: done
> 
> I use this script:
> 
> #!/bin/sh
> XMLSOURCE=osdg.xml
> STYLESHEET=/vol/www/woc/archief/documentatie/docbook/xhtml/docbook.xsl
> OUTPUTFILE=osdg.html
> CLASSPATH=/vol/www/woc/cgi-bin/jars/xerces.jar:/vol/www/woc/cgi-bin/jars/xalan.jar
> /usr/bin/java -classpath ${CLASSPATH} org.apache.xalan.xslt.Process -in ${XMLSOURCE} -xsl ${STYLESHEET} -out ${O
> UTPUTFILE}
> 
> java version is 1.2...
> 
> Version 1.19 of the stylesheets gives no errors...
> 
> Egon
-- 
----------------------------------------------------------------------------
                To tread the sharp edge of a sword
                To run on smooth-frozen ice,
                One needs no footsteps to follow.
                Walk over the cliffs with hands free.

----------------------------------------------------------------------------


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


Powered by eList eXpress LLC