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


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

Re: Need help with xalan 2.1.0


Eric Richardson wrote:
> 
> Hi,
> Trying to get xalan 2.1.0 to work with the 1.41 stylesheets.

Update: I tried with xalan 2.2D6 as well and without a driver file, no
luck. XML to FO works though stangely with both. I don't know how to
create error messages to debug so I'm afraid I'm not much help.

> 
> Here is the error.
> XSLT Error (javax.xml.transform.TransformerConfigurationException):
> Namespace not supported by SAXParser
> 
> Here is my driver file.
> <?xml version="1.0" encoding="utf-8"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>                 version='1.0'
>                 xmlns="http://www.w3.org/TR/xhtml1/transitional";
>                 exclude-result-prefixes="#default">
> 
> <xsl:import href="../docbook-xsl/xhtml/docbook.xsl"/>
> 
> <!-- override variables defined in param.xsl -->
> <xsl:variable name="toc.section.depth">3</xsl:variable>
> <!-- Add other variable definitions here -->
> <xsl:param name="base.dir" select="'html/'"/>
> <xsl:param name="use.id.as.filename" select="1"/>
> <xsl:param name="html.encoding" select="'ISO-8859-1'"/>
> </xsl:stylesheet>
> 
> Any help appreciated.
> Eric


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