xsl-list
[Top] [All Lists]

Exception in generating a new transformer

2004-01-12 23:20:34




When switching to jre 1.4.2 I have a problem to generate a new transformer
using:

TransformerFactory transformerFactory =
      javax.xml.transform.TransformerFactory.newInstance();
Source xsl = new StreamSource(...);
transformerFactory.newTransformer(xsl);

The exception thrown is ConfigurationTransformerExcpetion: A location step
was expected following the '/' or '//' token.

This exception does not occur in earlier JDKs and in any case it occurs
only for part of my XSL files.

Is there a change in the XSL format that causes this exception?



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



<Prev in Thread] Current Thread [Next in Thread>
  • Exception in generating a new transformer, Neta Aizenbud-Reshef <=