This is the mail archive of the xsl-list@mulberrytech.com mailing list .


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

RE: TransformerConfigurationException


> Thanks for the reply,
> 	I checked my files, even deleted all lines in my stylesheet,
> except for the main xsl:template . Still the error persists.
> I ran a grep
> for "cis", and nothing was returned.
> 	Can there be any other reason?
>
How are you supplying the Source object? Do you set a system Id? If not,
what is the current directory?

Somehow, the system is trying to resolve a URL with "cis" in it, and
failing.

(Usually I see this on a Windows platform with "c" as the offending string:
this is always caused by using a windows-style filename, e.g. c:\xxx.xml, as
a URL.)

(this should probably be handled on the Saxon list, not here).

Mike Kay
Software AG


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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