Re: DOCBOOK-APPS: Need help with xalan 2.1.0

From
Eric Richardson <>
Date
2001-07-13T18:44:45+00:00
ID
Thread
Re: DOCBOOK-APPS: Need help with xalan 2.1.0
Norman Walsh wrote:
> 
> / Eric Richardson <> was heard to say:
> | > 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
> 
> Xalan 2.2D6 behaved strangely with the 1.41 stylesheets? Strangely
> how?

Didn't work at all - refused to parse the stylesheet.

> | > 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">
> 
> Try taking out the default namespace for XHTML. (It has no effect on
> what's generated and it may be confusing the processor, but I can't
> see how.)

No effect. I had previously changed the namespace from the value above
to this which I think is correct:
xmlns="http://www.w3.org/1999/xhtml